module Flac: sig .. end
sig
end
type t = {
channels : int;
int
bits_per_sample : int;
samplerate : int;
compression : int;
fill : int option;
int option
val to_string : t -> string
t -> string