class biquad_filter :int -> int -> [ `All_pass
| `Band_pass
| `High_pass
| `High_shelf
| `Low_pass
| `Low_shelf
| `Notch
| `Peaking ] -> ?gain:float -> float -> float ->t
A biquadratic filter. gain
in dB is only used by peaking, low and high shelves.