jaegen
April 30th, 2005, 09:43 AM
After being frustrated by waiting for K3B to decode all my files, and only then telling me it can't find normalize ](*,) , I figured out how to get it to work (quite simple actually).
For some reason Ubuntu's repositories contain a "normalize-audio" package instead of just "normalize", and the binary is even called "normalize-audio" (even though "man normalize-audio" returns a description of the "normalize" command), so you have to create a symbolic link called "normalize" for K3B to find it properly:
sudo apt-get install normalize-audio
cd /usr/bin
sudo ln -s normalize-audio normalize
Then run K3B, select Settings-Configure K3b..., click "Programs" on the left, and click the "Search" button. "/usr/bin/normalize" should show up under the "normalize" heading. Now just make sure you turn off "On th fly" in the options for burning, and it will let you select "Normalize volume levels" on the Advanced tab.
Good Luck,
Jaegen
For some reason Ubuntu's repositories contain a "normalize-audio" package instead of just "normalize", and the binary is even called "normalize-audio" (even though "man normalize-audio" returns a description of the "normalize" command), so you have to create a symbolic link called "normalize" for K3B to find it properly:
sudo apt-get install normalize-audio
cd /usr/bin
sudo ln -s normalize-audio normalize
Then run K3B, select Settings-Configure K3b..., click "Programs" on the left, and click the "Search" button. "/usr/bin/normalize" should show up under the "normalize" heading. Now just make sure you turn off "On th fly" in the options for burning, and it will let you select "Normalize volume levels" on the Advanced tab.
Good Luck,
Jaegen