<quote who="Rodos">

> How do I convert them into wav files to then get cdrecord to create me an
> audio cd?

For conversion:

  mpg123 -w <wav file output> <input>.mp3

  (Do this with a for loop for a whole stack of files.)

For burnage:

  cdrecord dev=0,0,0 speed=8 -pad -audio *.wav

- Jeff


-- [EMAIL PROTECTED] ------------------------------- http://linux.conf.au/ --

     "Free software never simply picks up its marbles and goes home." -     
                            Jonathan Corbet, LWN                            

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to