TeamTalk 5 .NET DLL Version 5.12A
BearWare.WebRTCAudioPreprocessor.GainController2 Struct Reference

Configuration of WebRTC's gain controller 2 for AGC. More...

Classes

struct  AdaptiveDigital
 Configuration for fine tuning gain level. More...
 
struct  FixedDigital
 Gain level for AGC. Only active when bEnable is true. More...
 

Public Attributes

bool bEnable
 Enable WebRTC's fixed digital gain. WebRTC's automatic gain control (AGC) More...
 
FixedDigital fixeddigital
 
AdaptiveDigital adaptivedigital
 

Detailed Description

Configuration of WebRTC's gain controller 2 for AGC.

Definition at line 1328 of file TeamTalk.cs.

Member Data Documentation

◆ bEnable

bool BearWare.WebRTCAudioPreprocessor.GainController2.bEnable

Enable WebRTC's fixed digital gain. WebRTC's automatic gain control (AGC)

Definition at line 1332 of file TeamTalk.cs.

◆ fixeddigital

FixedDigital BearWare.WebRTCAudioPreprocessor.GainController2.fixeddigital

Definition at line 1342 of file TeamTalk.cs.

◆ adaptivedigital

AdaptiveDigital BearWare.WebRTCAudioPreprocessor.GainController2.adaptivedigital

Definition at line 1360 of file TeamTalk.cs.