sig
  type t = { channels : int; samplerate : int; bitrate : int; }
  val to_string : Encoder.AACPlus.t -> string
end