TeamTalk 5 C-API DLL  Version 5.8B
SoundDeviceEffects Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ bEnableAGC

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.

◆ bEnableDenoise

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.

◆ bEnableEchoCancellation

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.