/**
Infinite impulse response (IIR) filters.

Copyright: Copyright Guillaume Piolat 2021.
License:   $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module dplug.iir.filter;

nothrow:
@nogc:
@safe:

/*
struct IIRFilter
{
public nothrow @nogc @safe:

     void initialize()



     void process(AudioBuffer)





private:

}
*/