Module Encoder.Shine


module Shine: sig .. end


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