Contents

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 : AccelerateBuffer

See Also

Instance methods