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
Name | Type | Description |
---|---|---|
frame | AudioFrame | The audio frame to process. |
Updated 6 months ago