MimiImpulseAGCModule
public protocol MimiImpulseAGCModule
Protocol that provides access to the ImpulseAGC processing parameters.
A MimiImpulseAGCModule exposes the key parameters that control the ImpulseAGC in Mimi Processing, such as enabling/disabling.
-
Parameter that describes whether the ImpulseAGC is currently enabled.
Declaration
Swift
var isEnabled: any MimiProcessingParameter<Bool> { get } -
Parameter that describes the current threshold value of the ImpulseAGC.
Declaration
Swift
var threshold: any MimiProcessingParameter<Int32> { get }
MimiImpulseAGCModule Protocol Reference