QUOTE
Originally posted by Ruse [b]
1. Do you have to use Frank's replaygain.exe. If so, how do you use it. What command lines do you have to use? I know that there is a seperate thread with details on this, but I'm talking \"lead me up the garden path\" here.
You should use "replaygain --auto *.mpc" for each album separately (So do it in separate directory for each album).
It will calculate both Radio (Frank's Track Level Adjustment) and Audiophile (Frank's Album level adjustments) and save the values to the file headers.
Radio (Track) replaygain is used to set all the files to the same predefined (defined by David Robinson) loudness.
Audiophile (Album) replaygain adjusts all the album tracks of certain album the same amount, but the amount will depedent on album. Audiophile replaygain will try to bring albums more closer together loudness wise (towards loudness predefined by David Robinson). The idea is to keep the album's internal loudness differencies.
For example if you have a quieter album, all the files of that album may get Audiophile (Album) replaygain of +2dB. With louder album, all the files of that album may get Audiophile replaygain of -6dB.
Audiophile (Album) replaygain will try to even the loudness differencies between albums, but still maintain album's internal loudness differencies, because each file of a certain album will get the same Audiophile(Album) gain value calculated for that certain album.
Now you can choose from the new MPC WinAmp plugin, whether you want to use Radio gain (Track) or Audiophile gain (Album) adjustments, or ignore the gain adjustments (No gain).
After the use of replaygain.exe you can copy all the files of separate albums to the same directory if you want, but replaygain adjustment should be done album by album. Of course if you're only interested in Radio gain, then this doesn't matter.
QUOTE
[b]
2. What happens when you have used replay gain. Does it alter the data in the mpc file, or does it add a replay gain field of some sort?
No, it doesn't alter the wavesample data at all. replaygain.exe saves the values to the mpc file header and the WinAmp plugin can now be set either to use Radio gain (Track adjustment) or Audiophile gain (Album adjustment) or not to use any gain information at all (disabled) or use even user defined scale.
QUOTE
[b]3. What is the difference between album and song replay gain? I know what the effect is, but what are the mechanics of setting this up with one's mpc archive? For instance, if I have a directory with the seperate tracks off one album, can I use album gain on those tracks as a group, or does one need to have the whole album as one mpc file?
I hope my explanation above already covered this. You do not need to have album as one big mpc file. Just use "replaygain --auto *.mpc" for each album separately.
Frank made the possibility to adjust the Radio (Track) gain also manually. For example "replaygain -2 file.mpc".
If you change the Radio (Track) gain manually it means that the Radio gain calculation for that file is most likely not valid any more.
There's no way yet to adjust the Audiophile (Album) gain manually. I hope Frank will implement this, because if you have entire CD of very quiet music, you may want to use lower value for Audiophile (Album) gain than calculated by the program. The program may bring up the Audiophile (Album) gain too much but that depends of course on your personal taste.
QUOTE
[b]4. When you use the new winamp in_mpp.dll with replay gain support, how does it adjust the gain level? What do the \"radio gain\" and \"audiophile\" buttons do? Do they only work after you have previously used replaygain.exe? If you use these options in in_mpp.dll without first using replaygain.exe, what does this do?
When you use "Radio gain" the Radio (Track) gain adjustment values will be used. All tracks played (wheter originally quiet or loud) should have approximately the same perceived loudness.
"Audiophile" uses the Album gain values. All albums should be more closer together loudness wise, but album's internal loudness differencies are still there.
"No gain" option ignores all gain adjustment values, so it plays like before the use of replaygain.