Fdkaac.EncoderVBR modes gives roughly the following bit rates per channel: * * VBR | kbps/channel | AOTs * ------------------------- * 1 | 20-32 | LC,HE,HEv2 * 2 | 32-40 | LC,HE,HEv2 * 3 | 48-56 | LC,HE,HEv2 * 4 | 64-72 | LC * 5 | 96-112 | LC * * HE bit rates will be much lower.
type param = [ | `Aot of aot| `Bitrate of int| `Bitrate_mode of bitrate_mode| `Samplerate of int| `Sbr_mode of bool| `Granule_length of int| `Afterburner of bool| `Bandwidth of int| `Transmux of transmux ]val create : int -> tval get : t -> param_name -> paramval encode : t -> string -> int -> int -> stringval flush : t -> string