But from the tenor of your email it would seem
> you're stuck on the mp3->wav conversion.
> 
>> Sir Robin
> 

As usuall, there are always many way of doing the same thing.
I found something similar to this from a debian site i think

[EMAIL PROTECTED] Mail]$ cat /usr/bin/mp32wav
#!/bin/bash
# mp32wav
 BASENAME=${1%%.mp3}
 mpg123 -b 10000 -s $BASENAME.mp3 | sox -t raw -r 44100 -s -w -c2 -
$BASENAME.wav

# And the use is:
#
# mp32wav file.mp3

It make a .wav from a .mp3, which would be easily burnt with k3b or whatever

/Björn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
____________________________________________________
Join the Club : http://www.mandrakeclub.com

Reply via email to