Displaying 1 result from an estimated 1 matches for "replaygain_track_".
2009 Apr 20
1
track vs album replaygain: strange values
...ppen to be either above or below
(and never equal to) the ALBUM_GAIN value.
I can reproduce this ad lib (see example below), so this is a bug.
Or did i miss something ?
Please tell me if i am right -- if the "REPLAYGAIN_ALBUM_*" values
are supposed to be the maximum (or minimum) of the REPLAYGAIN_TRACK_*
values over all tracks.
# flac --replay-gain *.wav
# for f in *.flac; do echo "\n$f"; metaflac --export-tags-to= - $f; done
e512100f_00.flac
REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB
REPLAYGAIN_TRACK_GAIN=-8.58 dB
REPLAYGAIN_TRACK_PEAK=0.99996948
REPLAYGAIN_ALBUM_GAIN=-8.31 dB
REPLAYGAIN_...