Class type Audio.Effect.t

class type t = object .. end
A possibly stateful audio effect.

method process : Audio.buffer -> int -> int -> unit
Apply the effect on a buffer.