Posted At : November 25, 2009 11:48 AM
Seem to be on a roll with Sox tonight. Also figured out how to normalise audio files nicely.
The first thing to do with sox is to get it to calculate the max volume adjustment possible:
This will return a number like: 4.234
You can then call sox again using this number:
And if you're feeling particularly good you can put the whole command on a single line as follows:
Easy when you know how.
0 Comments