MimiOutputGainModule
public protocol MimiOutputGainModule
Protocol that provides access to the OutputGain processing parameters.
A MimiOutputGainModule exposes the key parameters that control the OutputGain in Mimi Processing.
-
Parameter that describes the current gain value of the OutputGain.
Declaration
Swift
var gain: any MimiProcessingParameter<Float> { get }
MimiOutputGainModule Protocol Reference