How to normalize your mp3

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
User avatar
starkey
Level 3
Level 3
Posts: 131
Joined: Fri Dec 15, 2006 5:27 pm
Location: Mexico

How to normalize your mp3

Post by starkey »

1. You have to install mp3gain:

sudo apt-get install mp3gain

2. In the console, you have to go to you directory that contains you music

3. Write this:

find . -type f -iname '*.mp3' -print0 | xargs -0 mp3gain -r -k

4. Enjoy you music :D :D :D
Post Reply

Return to “Tutorials”