Contents

kAudioUnitType_Mixer

A mixer unit takes a number of input channels and mixes them to provide one or more output channels.

Declaration

var kAudioUnitType_Mixer: UInt32 { get }

Discussion

For example, the kAudioUnitSubType_StereoMixer audio unit in macOS takes multiple mono or stereo inputs and produces a single stereo output.

See Also

Types