Re: exhale - Open Source xHE-AAC encoder
Reply #488 –
Thanks, guruboolez and Igor! You're right, that was close, but not quite what I intended. Indeed, what I wanted was a constant difference of around 11 kbit/s between the SBR modes (for stereo, a bit more at high rates, a bit less at low rates), so something like:
mode a | mode b | mode c | mode d |
39 kbps | 49 kbps | 60 kbps | 72 kbps |
—— | +10 kbps | +11 kbps | +12 kbps |
and so on for the higher modes. I just finished a (hopefully) final RC (7f47aaab) which fixes a rare bit-rate allocation bug for very loud noise-like audio (infamous GloriousTimes sample here on HA, for example) and packs the SBR data a bit more efficiently. With that version, CVBR modes a and b should now be very close to the above target rates, and I retuned the bit-rates for modes c and d to match the target rates (60 and 72 kbit/s, respectively) more closely.
By the way, since the previously discussed seeking issues were found not to be caused by exhale and I have only one more minor issue on my to-do list, I might actually be able to make a final 1.1.0 release of exhale on the weekend 
Chris