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