Module Msynth.Output

Outputs.

class alsa : ?channels:int option -> int -> object ... end
class wav : ?channels:int option -> int -> string -> object ... end
exception End_of_stream
val play : ?samplerate:int -> ?duration:float -> (float * float) Stream.t -> unit

Play a stream using soundcard.