Displaying 2 results from an estimated 2 matches for "album_gain".
2009 Apr 20
1
track vs album replaygain: strange values
Hello,
I have experienced some quite strange with the "replaygain"
option after i had invoked FLAC over a set of files:
1. the TRACK_PEAK value is the same from the 3 tracks
and equal to the ALBUM_PEAK
2. the TRACK_GAIN values happen 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 *.w...
2009 Mar 10
1
FLAC: album replaygain value does not match any track value
Hello !
I ran FLAC over 3 wav tracks from the same CD
generating replaygain info.
Actually, albums gain and peak values do not match
any track values (see run below). The TRACK_PEAK values are
identical for the 3 tracks and, which is weird, we have
one track with a TRACK_GAIN greater than the ALBUM_GAIN
whereas another track has a lower value.
I had expected the album values to be the maximum of those of
the tracks.
By the way, i guess the REPLAY_GAIN_TRACK is the gain required
to reach the REFERENCE_LOUDNESS.
# flac --replay-gain *.wav
# for f in *.flac; do echo "\n$f"; metaflac --...