AudioProcessingController

interface AudioProcessingController

Interface for controlling external audio processing.

Functions

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

Sources

SDK source
Link copied to clipboard