LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   is there a way to equalize the volume of tracks? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-way-to-equalize-the-volume-of-tracks-629268/)

konqi 03-19-2008 01:38 PM

is there a way to equalize the volume of tracks?
 
Is it possible to equalize the volume of a group of mp3-files?

Because i have about 1000 tracks with big difference between volume, so when is change to another song in amarok, i need to change the volume.

Is there a program that can equalize the volumes?

weibullguy 03-19-2008 01:39 PM

normailize --> http://normalize.nongnu.org/

konqi 03-19-2008 03:00 PM

i tried it, i wan't to equalize 2 cd's so i used this command:

Code:

normalize album1/*.mp3 album2/*.mp3
It seems that it doesn't do anything. Am i doing something wrong? Do i have to use the -b or -m options?

anupamsr 03-19-2008 03:32 PM

is replaygain.hydrogenaudio.org something related to your question?

konqi 03-19-2008 03:58 PM

is this a program or not?

I think it should be done by normalize, but what am i doing wrong?

weibullguy 03-19-2008 05:04 PM

Quote:

Originally Posted by konqi (Post 3094186)
Am i doing something wrong? Do i have to use the -b or -m options?

Can't say I'm an expert, but I always use the -m switch. You should get an output that shows the dB adjustment of each mp3 file similar to
Code:

9 files(169M bytes) - /multimedia/music/Black_Sabbath/Born_Again
weibullguy@aragorn for 7h34m $ normalize -m *.mp3
Computing levels...
 Zero_The_Hero.mp3 100% done, ETA 00:00:00 (batch 100% done, ETA 00:00:00)
Applying adjustment of -0.42dB to Born_Again.mp3...
 Born_Again.mp3    100% done, ETA 00:00:00 (batch  21% done, ETA 00:00:00)
Applying adjustment of -0.19dB to Digital_Bitch.mp3...
 Digital_Bitch.mp3 100% done, ETA 00:00:00 (batch  32% done, ETA 00:00:00)
Applying adjustment of -0.32dB to Disturbing_the_Priest.mp3...
 Disturbing_the_Pr 100% done, ETA 00:00:00 (batch  47% done, ETA 00:00:00)
Applying adjustment of 0.21dB to Hot_Line.mp3...
 Hot_Line.mp3      100% done, ETA 00:00:00 (batch  63% done, ETA 00:00:00)
Applying adjustment of 0.53dB to Stonehenge.mp3...
 Stonehenge.mp3    100% done, ETA 00:00:00 (batch  69% done, ETA 00:00:00)
Applying adjustment of 1.11dB to The_Dark.mp3...
 The_Dark.mp3      100% done, ETA 00:00:00 (batch  71% done, ETA 00:00:00)
Applying adjustment of -1.75dB to Trashed.mp3...
 Trashed.mp3      100% done, ETA 00:00:00 (batch  88% done, ETA 00:00:00)
Applying adjustment of 1.20dB to Zero_The_Hero.mp3...
 Zero_The_Hero.mp3 100% done, ETA 00:00:00 (batch 100% done, ETA 00:00:00)


konqi 03-25-2008 09:06 AM

i tried it with the -m switch, but the differemce between 2 albums is still big. Is there a way to increase the volume of an album by hand? Just by giving a value to get it that value louder?


All times are GMT -5. The time now is 02:27 AM.