1 2 3 4 5
for file in $(find . -name '*.wav'); do sox "$file" -A -c 1 -r 8k "./Out/$file" polyphase; done
Sign in to leave a comment.