MimiPreGainModule

public protocol MimiPreGainModule

Protocol that provides access to the PreGain processing parameters.

A MimiPreGainModule exposes the key parameters that control the PreGain in Mimi Processing.

  • Parameter that describes the current gain value of the PreGain.

    Declaration

    Swift

    var gain: any MimiProcessingParameter<Float> { get }