for those of you who are interested in internals:
The "HF boost issue" is the result of 3 effects:
(1) low-SNR quantization with SNR maximizing thresholds (pretty constant 1 dB boost for SNRs around 5 dB)
(2) noise normalization feature (q<=5 increases energy only slightly IMO)
(3) point-stereo (q<=5, increases energy at worst 3 dB according to monty but strongly depends on phase correlations)
I'm not aware of the point-stereo code and how the manginute is calculated excactly.
But I do know something about the first 2 (they're related)
At the time I wrote that paper
voris dev mailing list posting + PDF paper attachmentI just focused on the first effect which remains the ONLY reason for q>=6.
I'm not that involved in what's monty up to now (who is?)

But let me tell you, that after a chat with him, I'm confident that he'll take this paper into account and fixes this issue.
More details:
Monty tried to "normalize" the noise energy by adjusting quantization threshold towards zero to compensate for negative QORs (see paper) but was not aware of the fact that the QOR ist mostly positive for SNRs above 2 dB. A simple solution would be to use the a similar noise normalizaton code to compensate for positive QORs as well.
bye,
Sebastian