I want to implement replaygain in my Java based jukebox project. It should work with Ogg Vorbis, FLAC and MP3.
I know vorbisgain which only adds metadata in the Ogg Comments. I guess i just have to adjust the volume from this value. Right?
http://sjeng.org/vorbisgain.html
Then there is mp3gain, which actually changes some information in the frame-headers. Is it correct that these changes will work with any decoder? Does this project have a metadata-tag-only solution?
http://mp3gain.sourceforge.net/
What about LAME replay gain. How do I handle this?
http://wiki.hydrogenaudio.org/index.php?title=Replaygain
Is there other common used replaygain techniques?
