I have been trying to burn an audio cd for the past week or so. I have 12 mp3 files that i want to burn. I have tried the following methods (I have tried them all in two different burners, with the same results):
k3b: Crashes linux with out of memory (i have a gig of ram & 2 gig of swap lol). First time linux has crashed on me
. But k3b seems very unstable on my system so I abandoned this method
xcdroast: Using the wav files created by k3b before it crashed (they play fine, and 'file file.wav' returns 'RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz' which seems fine). Results in an audio cd that plays, but is nothing like the original music, it's just mostly jarring noise.
cdrecord: Using the same wav files i did this:
Code:
cdrecord -v -pad speed=1 dev=/dev/hdd -dao -audio -driveropts=burnfree -swab *.wav
this results in the same as above.
At this point i decided there must be *something* wrong with the wav files - despite the fact that they play fine, and used lame --decode to create a test wav from on of the original mp3 - and called it track1.wav
cdrdao: Using the new wav file i created this toc:
cd.toc:
Code:
CD_DA
TRACK AUDIO
AUDIOFILE "track1.wav" 0
Code:
cdrdao write cd.toc
This resulted in a *slightly* better cd. The music is discernible, but every second or so there is jarring noise in the track.
I have a Lite-On SOHW-1673S and a HL-DT-ST GCE-8240B which have never failed me in the past. Data CDs burn fine.
I am running Fedora Core 3, Athlon XP 3200+, 1Gb RAM, ATI Rad 9600XT 256Mb (ATI drivers still not working...).
This is the first time i have seriously considered using Windoze since i swapped completely to linux. I would have done by now if I hadn't scrubbed my windoze partition a month ago
.
Any help would be greatly appreciated