package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 amplify : float -> t
class clip : float -> t
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.