|
From: Ulrich K. <ul...@ch...> - 2013-02-01 19:21:53
|
bat...@ho...: > $ sox -v $(sox input.wav -n stat -v 2>&1) input.wav output.wav > Is there a similar command to use with Windows OS? If it is OK to have a temporary file containing all the audio, you can just use norm (gain -n) on any OS: sox input.wav output.wav norm If the files are too large, you'll need some scripting as in your example, but I don't know enough scripting for Windows. Ulrich |