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