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

Configuration of WebRTC's level estimater. More...

Public Attributes

bool bEnable
 Enable level estimater. When enabled TeamTalkBase.GetSoundInputLevel() will return a value based on WebRTC's level estimater. A WebRTC level estimater value of 0 will result in BearWare.SoundLevel.SOUND_VU_MAX and level estimater value of 127 will return BearWare.SoundLevel.SOUND_VU_MIN. More...
 

Detailed Description

Configuration of WebRTC's level estimater.

Definition at line 1366 of file TeamTalk.cs.

Member Data Documentation

◆ bEnable

bool BearWare.WebRTCAudioPreprocessor.LevelEstimation.bEnable

Enable level estimater. When enabled TeamTalkBase.GetSoundInputLevel() will return a value based on WebRTC's level estimater. A WebRTC level estimater value of 0 will result in BearWare.SoundLevel.SOUND_VU_MAX and level estimater value of 127 will return BearWare.SoundLevel.SOUND_VU_MIN.

Definition at line 1373 of file TeamTalk.cs.