|
TeamTalk 5 .NET DLL Version 5.19A
|
Set up audio effects supported by the sound device. More...
Public Attributes | |
| bool | bEnableAGC |
| Enable Automatic Gain Control. | |
| bool | bEnableDenoise |
| Enable noise suppression. | |
| bool | bEnableEchoCancellation |
| Enable echo cancellation. | |
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 281 of file TeamTalk.cs.
| bool BearWare.SoundDeviceEffects.bEnableAGC |
Enable Automatic Gain Control.
This effect can be enabled on a BearWare.SoundDevice that has BearWare.SoundDeviceFeature.SOUNDDEVICEFEATURE_AGC flag in uSoundDeviceFeatures.
Supported platforms:
Definition at line 298 of file TeamTalk.cs.
| bool BearWare.SoundDeviceEffects.bEnableDenoise |
Enable noise suppression.
This effect can be enabled on a BearWare.SoundDevice that has BearWare.SoundDeviceFeature.SOUNDDEVICEFEATURE_DENOISE flag in uSoundDeviceFeatures.
Supported platforms:
Definition at line 315 of file TeamTalk.cs.
| bool BearWare.SoundDeviceEffects.bEnableEchoCancellation |
Enable echo cancellation.
This effect can be enabled on a BearWare.SoundDevice that has BearWare.SoundDeviceFeature.SOUNDDEVICEFEATURE_AEC flag in uSoundDeviceFeatures.
Supported platforms:
Definition at line 331 of file TeamTalk.cs.