module WAV: sig .. end
sig
end
type t = {
samplerate : int;
int
samplesize : int;
channels : int;
duration : float option;
float option
header : bool;
bool
val to_string : t -> string
t -> string