Re: MP3 --> WAV
On 24 Jun, Hans van den Boogert wrote:
> Does anybody know of an app that decodes MP3 to WAV or AU?
All *nixes excel at providing little tools that, when used together, can
replace a lot of stand-alone tools on other platforms.
if you have mpg123 and sox (both available as debian packages), you
have everything you need.
this line has worked for me:
mpg123 -b 10000 -s file.mp3 | sox -t raw -r 44100 -s -w -c2 - file.wav
--
eric Farris eafarris@bigfoot.com www.bigfoot.com/~eafarris
Microcomputer Support Specialist
Academic Computing
Frostburg State University www.frostburg.edu
This message composed in an MFCE (Microsoft Free Computing Environment)
courtesy of Debian GNU/Linux www.debian.org
The moment i let go of it was the moment i got more than i could handle
The moment i jumped off of it was the moment i touched down...
Reply to:
- References:
- MP3 --> WAV
- From: Hans van den Boogert <hansfong@mail.geocities.com>