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