Module Encoder.AACPlus


module AACPlus: sig .. end


type t = {
   channels : int;
   samplerate : int;
   bitrate : int;
}
val to_string : t -> string