LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::PlatformAudioOptions Struct Reference

Audio processing options for platform microphone capture. More...

#include <platform_audio.h>

Public Attributes

bool echo_cancellation = true
 Enable acoustic echo cancellation.
 
bool noise_suppression = true
 Enable background noise suppression.
 
bool auto_gain_control = true
 Enable automatic gain control.
 
bool prefer_hardware = false
 Prefer hardware audio processing when the platform provides it.
 

Detailed Description

Audio processing options for platform microphone capture.

The default values enable WebRTC's voice processing path for typical microphone publishing.


The documentation for this struct was generated from the following file: