TeamTalk 5 C-API DLL
Version 5.14A
|
Set up audio effects supported by the sound device. More...
#include <TeamTalk.h>
Public Attributes | |
TTBOOL | bEnableAGC |
Enable Automatic Gain Control. More... | |
TTBOOL | bEnableDenoise |
Enable noise suppression. More... | |
TTBOOL | 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 SoundDevice.
To apply audio effects on a sound device call TT_SetSoundDeviceEffects()
Definition at line 467 of file TeamTalk.h.
TTBOOL SoundDeviceEffects::bEnableAGC |
Enable Automatic Gain Control.
This effect can be enabled on a SoundDevice that has SOUNDDEVICEFEATURE_AGC flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 484 of file TeamTalk.h.
TTBOOL SoundDeviceEffects::bEnableDenoise |
Enable noise suppression.
This effect can be enabled on a SoundDevice that has SOUNDDEVICEFEATURE_DENOISE flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 501 of file TeamTalk.h.
TTBOOL SoundDeviceEffects::bEnableEchoCancellation |
Enable echo cancellation.
This effect can be enabled on a SoundDevice that has SOUNDDEVICEFEATURE_AEC flag in uSoundDeviceFeatures
.
Supported platforms:
Definition at line 517 of file TeamTalk.h.