Class AudioTrackConfig

The configuration of custom audio tracks.

Hierarchy

  • AudioTrackConfig

Constructors

Properties

enableAudioProcessing?: boolean

Whether to enable audio processing module: true Enable the audio processing module to apply the Automatic Echo Cancellation (AEC), Automatic Noise Suppression (ANS), and Automatic Gain Control (AGC) effects. false : (Default) Do not enable the audio processing module. This parameter only takes effect on AudioTrackDirect in custom audio capturing.

enableLocalPlayback?: boolean

Whether to enable the local audio-playback device: true : (Default) Enable the local audio-playback device. false : Do not enable the local audio-playback device.

Generated using TypeDoc