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