Alexey Eremenko wrote:
> For normal Data CD, ISO does fine, but for emulating of multisession
> and Audio CDs we need something else...
>
> On Windows, this is no problem because Nero has it's own format called
> .NRG which addresses all those needs.
>
> On Linux, I see potentially the raw format taking the place...
>
> such as:
> dd if=/dev/cdrom of=cdrom.raw
>
> What do you think?

I don't think that will work.  You can't just read an audio CD-ROM like
it's a block device, because it isn't really.  This is why programs like
cdparanoia have to jump through such hoops to extract the audio.

Traditionally on Linux an audio CD would be represented as a pile of WAV
files and a text file called a cue sheet that gives information such as
the track listing, inter-track gaps, etc. There may be other formats,
but I don't have any experience with them.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to