Class type Audio.Generator.t

class type t = object .. end

method set_volume : float -> unit
method set_frequency : float -> unit
method fill : Audio.buffer -> int -> int -> unit
method fill_add : Audio.buffer -> int -> int -> unit
method release : unit
method dead : bool