AudioCaptureMode

The AudioCaptureMode model allows selecting the preferred audio capture mode for the selected mode.

This model is available in SDK 3.7 and later.

Methods

Standard

standard(noiseReduction: NoiseReduction, voiceFont: voiceFont)

The default mode aimed at enhancing speech to create a conversation-focused conference environment. This mode optimizes captured audio for speech by aggressively removing non-speech content, such as background noise. The mode is supported in SDK 3.7 and later.

The voiceFont parameter is optional and supported only in SDK 3.9 and later.

Parameters:

NameTypeDescription
noiseReductionNoiseReductionThe preferred level of noise reduction.
voiceFontvoiceFontThe preferred voice modification effect that you can use to change the local participant's voice in real time.

Unprocessed

unprocessed()

Disables audio processing to allow transmitting non-voice audio to a conference.