Question about ABR Presets on CBR mode

장렬<[email protected]> Wed, 19 Jun 2019 14:01:34 +0900
Newsgroups gmane.comp.audio.mp3.lame
Message-ID <[email protected]>
HI,
​
I noticed ABR presets applied when CBR is on.
​
A side effect of this is decreasing loudness on low bitrates(~192kbps).
​
libmp3lame/presets.c ---------------
​
/* ABR seems to have big problems with clipping, especially at low bitrates */
/* so we compensate for that here by using a scale value depending on bitrate */
lame_set_scale(gfp, lame_get_scale(gfp) * abr_switch_map[r].scale);
​
------------------------------------
​
Is this a bug, or a feature? Is apply_abr_preset necessary for CBR?
​
Regards,
Jang Ryeol

_______________________________________________
Lame-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lame-dev