On Fri, Apr 20, 2001 at 10:32:25AM -0700, Peter Jay Salzman wrote:
> i want to convert an mp3 file to wav format.
>
> i know mpg123 converts mp3 -> raw pcm data. so now how can i convert this
> to wav format?
>
> is there an app that goes directly between mp3 to wav?
>
> pete
>
> --
> "The following addresses had permanent fatal errors..." [EMAIL PROTECTED]
> -- Mailer Daemon www.dirac.org/p
mpg123 apparently has a few annoyingly undocumented features - and
this is one of them:
mpg123 --wav out.wav in.mp3
worked for me...
Micah