- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextBuffer
void nextBuffer(const(T)* input, T* output, int frames, const(coeff_t) coeff)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextSample
T nextSample(T input, const(coeff_t) coeff)
Undocumented in source. Be warned that the author may not have intended to support it.
Maintain state for a filtering operation. To use an IIR filter you need an IIRDelay + one IIRCoeff.