You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
While I was looking for a suitable tool for Linux, I made a small comparison with 4 flac/opus files. This resulted in some very different values, which I would like to share here. Could it be that I've overlooked something?
The text was updated successfully, but these errors were encountered:
r128gain has a bug because it systematically resamples audio to 48 KHz before analysis, which leads to small offset from the correct value, see also #44.
Ex falso and metaflac probably use the Replay Gain original algorithm which has a different weighting curve, that leads to the ~4 dB difference.
I don't have much time to fix and interest to maintain r128gain nowadays, when I first wrote it there was no alternative, now, as your comparison confirms, I can only recommend rsgain. loudgain's behavior to use true peak instead of sample peak is wrong in my opinion, because it breaks compatibility with previous Replay Gain implementations, and can lead to very important loudness difference if the playback software is set to avoid clipping.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While I was looking for a suitable tool for Linux, I made a small comparison with 4
flac/opus
files. This resulted in some very different values, which I would like to share here. Could it be that I've overlooked something?The text was updated successfully, but these errors were encountered: