mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #320 Voicechannel and audio device connections
- Methods to connect voice channel and audio devices - Methods to connect audio devices with each other (loopback)
This commit is contained in:
@@ -157,6 +157,8 @@ namespace BlackCore
|
||||
//! Init notification sounds
|
||||
void ps_initNotificationSounds();
|
||||
|
||||
void ps_setVoiceTransmission(bool enable);
|
||||
|
||||
private:
|
||||
const int MinUnmuteVolume = 20; //!< minimum volume when unmuted
|
||||
const int VoiceRoomEnabledVolume = 95; //!< voice room volume when enabled
|
||||
|
||||
Reference in New Issue
Block a user