LocalInputAudioProcessor

The LocalInputAudioProcessor model is responsible for pre-processing the local participant's audio stream before sending the stream through an open session.

The model is supported in SDK 3.9 and later.

Methods

process

process(frame: AudioFrame): void

Processes the local participant's audio frames.

Parameters

NameTypeDescription
frameAudioFrameThe audio frame to process.