apply(input:output:)
Applies a single- or double-precision single-channel or multichannel biquad IIR filter, overwriting the supplied output vector.
Declaration
mutating func apply<U, V>(input: U, output: inout V) where T == U.Element, U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == V.Element