TeamTalk 5 .NET DLL Version 5.12A
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 1284 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 1291 of file TeamTalk.cs.