module Writer: sig .. end
sig
end
class type t = object .. end
object
class to_wav_file : int -> int -> string -> t
int -> int -> string ->
t
Create a writer to a file in WAV format with given number of channels, sample rate and file name.