On to my question.
I'm using Slimdevices Squeezebox to play both FLAC and MP3 files on my home stereo.
With FLAC files the Slimserver program is capable of handling replaygain, by using a command like this:
CODE
flc wav squeezebox *
$flac$ -dcs --apply-replaygain-which-is-not-lossless=a --force-raw-format --endian=little --sign=signed $FILE$
$flac$ -dcs --apply-replaygain-which-is-not-lossless=a --force-raw-format --endian=little --sign=signed $FILE$
This sends a WAV file to the Squeezebox with the volume changes from replaygain already implemented.
My question is: does an MP3 decoder exists with an option similar to the --apply-replaygain-which-is-not-lossless from FLAC?
I've tried searching and reading the FAQ, with no luck. But sorry in advance if this came up before and got already answered. I searched for an hour before posting.
