gnormalize is a utility that rips, normalizes,
encodes, and converts audio files. It uses
'wavegain' to normalize wave files with the
accurate gain_analysis.c code from ReplayGain. It
decodes MP3, MP4 (or M4A or AAC), MPC (or MPP or
MP+), OGG, APE, or FLAC files to wave, then
normalizes the wave and re-encodes it. It can rip
audio CDs, encode audio data, convert audio
formats between MP3, MP4, MPC, OGG, APE, and FLAC,
and change the encoding properties and edit meta
info (like title, artist, album, etc.) of the
final normalized files.
License: GNU General Public License (GPL)
Changes:
'wavegain' is now used to normalize wav files because it uses the more accurate gain_analysis.c code from ReplayGain to adjust and normalize the sound amplitude. A new, easy method for translations was provided. The 'file chooser' check button was removed because 'Gtk2::FileSelection' is deprecated. mplayer can be used to play all supported file formats. Some bugs were fixed.