apply(input:)
Applies a single- or double-precision single-channel or multichannel biquad IIR filter, returning the filtered signal.
Declaration
mutating func apply<U>(input: U) -> [T] where T == U.Element, U : AccelerateBufferApplies a single- or double-precision single-channel or multichannel biquad IIR filter, returning the filtered signal.
mutating func apply<U>(input: U) -> [T] where T == U.Element, U : AccelerateBuffer