TeamTalk 5 .NET DLL
Version 5.14A
|
Set up audio effects supported by the sound device. More...
Public Attributes | |
bool | bEnableAGC |
Enable Automatic Gain Control. More... | |
bool | bEnableDenoise |
Enable noise suppression. More... | |
bool | bEnableEchoCancellation |
Enable echo cancellation. More... | |
Set up audio effects supported by the sound device.
The effects supported by a sound device are listed in the uSoundDeviceFeatures
property of BearWare.SoundDevice.
To apply audio effects on a sound device call TeamTalkBase.SetSoundDeviceEffects()
Definition at line 278 of file TeamTalk.cs.
bool BearWare.SoundDeviceEffects.bEnableAGC |
Enable Automatic Gain Control.
This effect can be enabled on a BearWare.SoundDevice that has SoundDeviceFeature.SOUNDDEVICEFEATURE_AGC flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 295 of file TeamTalk.cs.
bool BearWare.SoundDeviceEffects.bEnableDenoise |
Enable noise suppression.
This effect can be enabled on a BearWare.SoundDevice that has SoundDeviceFeature.SOUNDDEVICEFEATURE_DENOISE flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 312 of file TeamTalk.cs.
bool BearWare.SoundDeviceEffects.bEnableEchoCancellation |
Enable echo cancellation.
This effect can be enabled on a BearWare.SoundDevice that has SoundDeviceFeature.SOUNDDEVICEFEATURE_AEC flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 328 of file TeamTalk.cs.