CustomAudioProcessingFactory

class CustomAudioProcessingFactory(audioProcessorOptions: AudioProcessorOptions) : AuthedAudioProcessingController

Constructors

Link copied to clipboard
constructor(audioProcessorOptions: AudioProcessorOptions)

Functions

Link copied to clipboard
fun getAudioProcessingFactory(): AudioProcessingFactory
Link copied to clipboard
open override fun setBypassForCapturePostProcessing(bypass: Boolean)

Set whether to bypass mode the capture post processing.

Link copied to clipboard
open override fun setBypassForRenderPreProcessing(bypass: Boolean)

Set whether to bypass mode the render pre processing.

Link copied to clipboard
open override fun setCapturePostProcessing(processing: AudioProcessorInterface?)

Set the audio processing to be used for capture post.

Link copied to clipboard
open override fun setRenderPreProcessing(processing: AudioProcessorInterface?)

Set the audio processing to be used for render pre.