replaygain tags
Nils Kassube
kassube at gmx.net
Thu Sep 20 20:20:51 UTC 2007
Rick wrote:
> On Thursday 20 September 2007 10:33:00 am Nils Kassube wrote:
> > I don't think these tags could be read by an audio cd player. But you
> > could use sox to change the amplitude before burning the files to an
> > audio cd. The command looks like this:
> >
> > sox infile.wav outfile.wav vol gainfactor
> >
> > with gainfactor being a floating point number representing the gain.
> > If you want to find out the maximum gain factor for a track you can
> > use this command:
> >
> > sox infile.wav -e stat -v
>
> All my music files are .flac have about 48GB worth.
> would this program with with flac files ?
Well, the version I have on my Feisty machine doesn't seem to support
flac, but at <http://sox.sourceforge.net/> flac support is mentioned.
Maybe you need the latest version from sourceforge.
OTOH, if you want to make an audio CD, you might decode the tracks for
that CD in wav format and apply the volume adjustment. As both flac and
wav are lossless, it should not be a problem. And the program for burning
CDs should work with wav format anyway.
Nils
More information about the ubuntu-users
mailing list