Mono.Effect
val compand_mu_law : float -> t -> int -> int -> unit
A compander following the mu-law (see http://en.wikipedia.org/wiki/Mu-law).
class type t = object ... end
class biquad_filter : int -> [ `Band_pass
| `High_pass
| `Low_pass
| `Notch
| `All_pass
| `Peaking
| `Low_shelf
| `High_shelf ] -> ?gain:float -> float -> float -> t
module ADSR : sig ... end
ADSR (Attack/Decay/Sustain/Release) envelopes.