Page 1 of 1

Posted: Tue 01 Apr 2008, 19:33
by zigbert
pizzagood wrote:My process is a little different. I like to normalize things first, so I installed a package called "normalize" that I found somewhere. And I use Ogg, not Mp3, and also make a copy with flac for archival. So I usually type something like this:

for i in *.wav; do normalize "$i"; oggenc "$i"; flac "$i"; done;
Do anyone know where to find a normalize pet-package. This could be great in Pburn when encoding a audio-CD.

Sigmund

Posted: Thu 03 Apr 2008, 04:38
by Pizzasgood
Okay, here's a package of the one I've been using (taken from an rpm):
normalize-0.7.6-2-i386.pet

Posted: Thu 03 Apr 2008, 15:19
by zigbert
Thank you, Pizzagood.