On Fri, 2002-08-09 at 17:23, Todd Slater wrote:
> On Fri, 09 Aug 2002 15:18:41 -0400
> Scott <[EMAIL PROTECTED]> wrote:
> > I did not try this one yet, but the one you mention in your other email,
> > mp3splt works like a charm and I just used their example shell script
> > to test and it finished in under a minute.  That used to take me over an
> > hour to do that!
> > 
> > What are you using to convert mp3 to wav?  I know I can use sox to
> > convert to CDr, but need something to convert the mp3 file to wav.
> > 
> I don't convert mp3 to wav, but I have seen that it can be done using
> mpg123 and sox. Google for "mp32wav" and you will get many hits on
> one-line commands for doing it. There might be a plugin for xmms that does
> it--I'm pretty sure you can save cd audio as wav, but I'm not sure about
> mp3 to wav.

Here's how I convert f.mp3 to f.wav (all one line):

        mpg123 --stereo -s f.mp3 | sox -t raw -r 44100 -w -s \
        -c 2 - -t wav f.wav

I believe that this is also how eroaster does it as well.

Seth
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to