I'm not sure that CDRecord will accept any other audio format other than wav so make sure you're not giving it mp3s or ogg formated files.
I forgot to mention that when you create your ISO you need to insert the IP.BIN in the bootsector. It's as simple as doing -G IP.BIN for mkisofs.
Burn audio:
Get the multisession information next:Quote:
cdrecord dev=x,x,x speed=4 -multi -audio track1.wav track2.wav etc
Create your ISO:Quote:
cdrecord dev=x,x,x -msinfo
Burn the ISO:Quote:
mkisofs -C x,x -R -J -l -G IP.BIN -o data.iso data
That should do the trick.Quote:
cdrecord -dev=x,x,x speed=4 -eject -xa1 data.iso