Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Batch convert audio files in sox
fortin
Jan 21st, 2017
209
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.05 KB
| None
|
0
0
raw
download
clone
embed
print
report
for
f
in
*
.wav;
do
sox
"
$f
"
"
${f%.wav}
.flac"
;
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY B
JavaScript | 11 sec ago | 0.07 KB
Make $200 in 15 minutes N
JavaScript | 24 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN P
JavaScript | 27 sec ago | 0.07 KB
MAKE $900 INSTANTLY J
JavaScript | 40 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] M
JavaScript | 51 sec ago | 0.07 KB
MAKE $900 INSTANTLY X
JavaScript | 52 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN A
JavaScript | 59 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN D
JavaScript | 1 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!