Gentoo Archives: gentoo-user

From: luis jure <ljc@××××××××××××.uy>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: [OT] ogg/mp3 volume
Date: Mon, 21 May 2012 16:16:52
Message-Id: 20120521131236.23d45e4e@acme7.acmenet
In Reply to: Re: [gentoo-user] Re: [OT] ogg/mp3 volume by Andrew Lowe
1 on 2012-05-21 at 22:14 Andrew Lowe wrote:
2
3 > I have no intention of applying whatever process to the media machine,
4 > the tracks on that remain as ripped. I only want to "fiddle" the tracks
5 > on the memory stick.
6
7 your files are mp3, right? what you want to do is fairly simple, just use
8 media-sound/mp3gain
9
10 just direct your browser to http://mp3gain.sourceforge.net/ and get some
11 background. i haven't found much documentation on-line, just install it and
12 run mp3gain -h.
13
14 i guess this is what you need, because:
15
16 1. the application does not perform normalization (which would mean
17 decoding and re-encoding ), it only adjusts the replaygain tag in the mp3
18 file;
19
20 2. the adjustment is not based on peak amplitude, but on the ReplayGain
21 "loudness" algorithm (don't know much of the details, but basically it's
22 RMS calculation with some psychoacoustic adjustments, based on the "lodness
23 curve").
24
25 check these options:
26
27 -r - apply Track gain automatically (all files set to equal loudness)
28 -k - automatically lower Track/Album gain to not clip audio
29 -a - apply Album gain automatically (files are all from the same
30 album: a single gain change is applied to all files, so their
31 loudness relative to each other remains unchanged, but the average
32 album loudness is normalized)

Replies

Subject Author
Re: [gentoo-user] Re: [OT] ogg/mp3 volume Pandu Poluan <pandu@××××××.info>