init(numberOfBands:)
Creates an audio unit equalizer object with the specified number of bands.
Declaration
init(numberOfBands: Int)Parameters
- numberOfBands:
The number of bands that the equalizer creates.
Return Value
A new AVAudioUnitEQ instance.