[EMAIL PROTECTED] wrote:

> Hi,
> 
> What do people use for making music cds from mp3s?

if you like the cli, make wavs with this script,
You do need sox and mpg123.

from there burn the wavs as usual 

[EMAIL PROTECTED] mp3_lisa]$ cat /home/bnl/music/tools/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



-- 
/Bj�rn
-------------------------------------------------------------------
http://lundin.homelinux.net
Registered Linux User No. 267342 <http://counter.li.org>


____________________________________________________
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