TeamTalk 5 .NET DLL Version 5.15A
Loading...
Searching...
No Matches
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.
 

Detailed Description

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

Definition at line 1289 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 1296 of file TeamTalk.cs.