Hi With Linux, this type of command works to maximize the volume:- $ sox -v $(sox input.wav -n stat -v 2>&1) input.wav output.wav Is there a similar command to use with Windows OS?
View entire thread