Skip to content

Instantly share code, notes, and snippets.

@meeuw
Created September 28, 2019 19:27
Show Gist options
  • Save meeuw/5de77f52a7a453503b0e74f7a4670d69 to your computer and use it in GitHub Desktop.
Save meeuw/5de77f52a7a453503b0e74f7a4670d69 to your computer and use it in GitHub Desktop.
lower wav files volume to 1% using sox
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