TeamTalk 5 Java DLL  Version 5.15A
BearWare.SoundDeviceEffects Struct Reference

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

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

To apply audio effects on a sound device call TeamTalkBase.SetSoundDeviceEffects()

Definition at line 281 of file TeamTalk.cs.

Member Data Documentation

◆ bEnableAGC

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.

◆ bEnableDenoise

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.

◆ bEnableEchoCancellation

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.