TeamTalk 5 C-API DLL Version 5.13A
AudioConfig Struct Reference

Audio configuration for clients in a channel. More...

#include <TeamTalk.h>

Public Attributes

TTBOOL bEnableAGC
 Users should enable automatic gain control. More...
 
INT32 nGainLevel
 Reference gain level to be used by all users. More...
 

Detailed Description

Audio configuration for clients in a channel.

An audio configuration can be used to set common audio properties for all users in a channel. Checkout audiocfg of Channel.

The audio configuration only supports same audio level for all users by manually converting the values to the selected AudioPreprocessor.

See also
TT_SetSoundInputPreprocessEx()
TT_DoMakeChannel()
TT_DoJoinChannel()

Definition at line 1526 of file TeamTalk.h.

Member Data Documentation

◆ bEnableAGC

TTBOOL AudioConfig::bEnableAGC

Users should enable automatic gain control.

Definition at line 1529 of file TeamTalk.h.

◆ nGainLevel

INT32 AudioConfig::nGainLevel

Reference gain level to be used by all users.

Definition at line 1531 of file TeamTalk.h.