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