
MP3 bitrate types

Bit rate

CBR stands for constant bit rate, that is, a constant bit rate that is set by the user and does not change when the part is encoded. Therefore, every second of the part corresponds to the same number of bits of encoded data (even when encoding silence).
VBR stands for variable bit rate, that is, a variable bit rate or variable bit rate that the encoder program dynamically changes during encoding based on the saturation of the audio material being encoded and the encoding quality set by the user (for example, silence is encoded with the minimum bit rate). The downside to this encoding method is that VBR considers the quietest snippets to be “negligible” audio information, so it turns out that if you listen too loud, these snippets will be of poor quality, while CBR makes quiet and loud snippets with the same bit rate …
ABR stands for Average Bit Rate, that is, Average Bit Rate, which is a hybrid of VBR and CBR: the user sets the bit rate in kbit / s and the program varies it, constantly adjusting it to the specified bit. Velocity. Therefore, the codec will be careful to use the maximum and minimum possible bitrate values, as it runs the risk of not conforming to the bitrate specified by the user. This is a clear disadvantage of this method, as it affects the quality of the output file, which will be slightly better than using CBR, but worse than using VBR (with the same file size).
MP3 codecs
The type of programs required to convert file formats. The most common MP3 codecs are:
mp3PRO-codec (uses SBR frequency transform).
LAME codec
fraunhofer-codec












