search for: replay_gain_track

Displaying 1 result from an estimated 1 matches for "replay_gain_track".

2009 Mar 10
1
FLAC: album replaygain value does not match any track value
...ues (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 --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_A...