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 Apr 18, 2023. It is now read-only.
nup update currently uses the mp3gain program to compute gain adjustments. It sounds like rsgain implements ReplayGain 2.0, which may be more accurate. I don't know if there are any speed differences or other concerns. rsgain looks like it isn't officially packaged for Debian (and I didn't find an ITP either), which makes me less excited about switching to it.
The text was updated successfully, but these errors were encountered:
loudgain looks like it's packaged for Debian, so that may be a better option. It sounds like it aims to be somewhat backward-compatible in its flags, so maybe I wouldn't need to do much to switch to it. I'm currently running mp3gain -o -q -s s [file1] [file2] ... and parsing the output.
derat
changed the title
Consider using rsgain instead of mp3gain
Consider switching to ReplayGain 2.0
Nov 16, 2022
If my math is right, it may take about 1.25 days to process my music collection with loudgain, compared to 0.6 days with mp3gain. Probably less in reality, since my code should run multiple processes in parallel.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
nup update
currently uses the mp3gain program to compute gain adjustments. It sounds like rsgain implements ReplayGain 2.0, which may be more accurate. I don't know if there are any speed differences or other concerns. rsgain looks like it isn't officially packaged for Debian (and I didn't find an ITP either), which makes me less excited about switching to it.The text was updated successfully, but these errors were encountered: