Module Audio.Generator

module Generator: sig .. end

Sound generators.


val white_noise : Audio.buffer -> int -> int -> unit
class type t = object .. end
class of_mono : Audio.Mono.Generator.t -> t
class chain : t -> Audio.Effect.t -> t