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