Created
September 28, 2019 19:27
-
-
Save meeuw/5de77f52a7a453503b0e74f7a4670d69 to your computer and use it in GitHub Desktop.
lower wav files volume to 1% using sox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for W in *.wav ; do sox -v .01 $W lowvol/$W ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment