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