Created
December 8, 2019 15:03
-
-
Save rah003/8c276012187c94f5eaa1dc00645abc1e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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