MimiDRCModule
public protocol MimiDRCModule
Protocol that provides access to the DRC (Dynamic Range Compression) processing parameters.
A MimiDRCModule exposes the key parameters that control the DRC in Mimi Processing, such as enabling/disabling.
-
Parameter that describes whether the DRC is currently enabled.
Declaration
Swift
var isEnabled: any MimiProcessingParameter<Bool> { get } -
Parameter that describes the currently selected preset.
Declaration
Swift
var presetId: any MimiProcessingParameter<Int32> { get }
MimiDRCModule Protocol Reference