Skip to content

Instantly share code, notes, and snippets.

@rah003
Created December 8, 2019 15:03
Show Gist options
  • Save rah003/8c276012187c94f5eaa1dc00645abc1e to your computer and use it in GitHub Desktop.
Save rah003/8c276012187c94f5eaa1dc00645abc1e to your computer and use it in GitHub Desktop.
for i in mono*.wav; do
[ -f "$i" ] || break
soxi $i
sox $i -r 16000 16$i
soxi 16$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment