.wav amplitude

~Yuckfou~

Lovely person
Joined
Dec 22, 2003
Messages
2,594
I need to increase the amplitude of a lot of .wavs.
I know I can do individual files in sound recorder, but is there something that will let me do a batch?

Ta muchly.
 

sibanac

Fledgling Freddie
Joined
Dec 19, 2003
Messages
824
if you got access to a linux machine this could do it

just do a
Code:
for i in *
do 
normalize --your-settings $i
done

/discaimer bash script might contian an syntax error or 2
 

sibanac

Fledgling Freddie
Joined
Dec 19, 2003
Messages
824
oooh didnt know it existed for windows, as for a .bat script, dont look at me last time i wrote one windows 3.11 was hightec
 

~Yuckfou~

Lovely person
Joined
Dec 22, 2003
Messages
2,594
OK I'm a fuckwit :)

Got normalize.exe
Double clicking loads up a DOS window for a millisecond.
What do I do? I'm assuming I put the .wavs in a folder with the .exe?
Then what?
 

SheepCow

Bringer of Code
Joined
Dec 22, 2003
Messages
1,365
Start -> Run -> "cmd"
Goto the dir "normalize.exe" is in, e.g.
cd \blaah\moo\cows\

type "normalize" press return and read :)
 

Users who are viewing this thread

Top Bottom