Thread
:
Any coders here? I have a dev question...
View Single Post
02-01-2007, 12:43 PM
borked
Totally Borked
Industry Role:
Join Date: Feb 2005
Posts: 6,284
I imagine you're talking about Linux environments??
MP32WAV
#!/bin/bash
# mp32wav
mpg123 -b 10000 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2"
And the use is:
mp32wav file.mp3 file.wav
__________________
For coding work - hit me up on
andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful.
George E.P. Box. p202
borked
View Public Profile
Find More Posts by borked