CustomAudioProcessingFactory

class CustomAudioProcessingFactory(audioProcessorOptions: AudioProcessorOptions) : AuthedAudioProcessingController

Functions

getAudioProcessingFactory
Link copied to clipboard
fun getAudioProcessingFactory(): AudioProcessingFactory
setBypassForCapturePostProcessing
Link copied to clipboard
open override fun setBypassForCapturePostProcessing(bypass: Boolean)
Set whether to bypass mode the capture post processing.
setBypassForRenderPreProcessing
Link copied to clipboard
open override fun setBypassForRenderPreProcessing(bypass: Boolean)
Set whether to bypass mode the render pre processing.
setCapturePostProcessing
Link copied to clipboard
open override fun setCapturePostProcessing(processing: AudioProcessorInterface?)
Set the audio processing to be used for capture post.
setRenderPreProcessing
Link copied to clipboard
open override fun setRenderPreProcessing(processing: AudioProcessorInterface?)
Set the audio processing to be used for render pre.

Sources

SDK source
Link copied to clipboard