TeamTalk 5 .NET DLL  Version 5.8B
BearWare.WebRTCAudioPreprocessor.EchoCanceller Struct Reference

Configuration of WebRTC's echo canceller. See also TT_SetSoundDeviceEffects() More...

Public Attributes

bool bEnable
 Enable WebRTC echo canceller. The WebRTC echo canceller requires sound input and output devices are initialized using TT_InitSoundDuplexDevices(). This is because both input and output device must use the same sample rate. More...
 

Detailed Description

Configuration of WebRTC's echo canceller. See also TT_SetSoundDeviceEffects()

Definition at line 1286 of file TeamTalk.cs.

Member Data Documentation

◆ bEnable

bool BearWare.WebRTCAudioPreprocessor.EchoCanceller.bEnable

Enable WebRTC echo canceller. The WebRTC echo canceller requires sound input and output devices are initialized using TT_InitSoundDuplexDevices(). This is because both input and output device must use the same sample rate.

Definition at line 1293 of file TeamTalk.cs.