[EMAIL PROTECTED] wrote:
| >From: Leigh Orf <[EMAIL PROTECTED]>
|
| >I apologize for the MIME stuff in my earlier message. =
|
|
| >After sending my previous message, I tried burning audio in
| >TAO and it worked, no error messages. Virtually all the
| >audio CDs I burn are DAO, however. I will look at cdrdao
| >but would prefer to stick with cdrecord if possible.
|
| >Is there any hope of using cdrecord to burn DAO under Linux
| >with this drive?
|
| It seems that this drive does not support DAO at all, so you
| cannot expect DAO suport.
|
| Asking for RAW support would be a different thing.
|
| J�rg
Yes, I found that the Philips CDRW800 drive require the generic-mmc-raw
driver to work. I see from your other message that cdrecord will support
the raw format soon, which is good! I imagine I would currently have no
problem using cdrecord to burn an ISO image with my drive since that is
is a TAO operation.
I was successful in using cdrdao with my drive once I figured out how
to make a simple toc file. For those who are interested, if you have
a bunch of wav files and you want to burn them to CD using cdrdao,
something like the following does the trick. A simple shell/perl script
can be written to generate the toc file.
Leigh Orf
TRACK AUDIO
SILENCE 00:02:00
FILE "t01.wav" 0
TRACK AUDIO
FILE "t02.wav" 0
TRACK AUDIO
FILE "t03.wav" 0
TRACK AUDIO
FILE "t04.wav" 0
TRACK AUDIO
FILE "t05.wav" 0
TRACK AUDIO
FILE "t06.wav" 0
TRACK AUDIO
FILE "t07.wav" 0
TRACK AUDIO
FILE "t08.wav" 0
TRACK AUDIO
FILE "t09.wav" 0
TRACK AUDIO
FILE "t10.wav" 0
TRACK AUDIO
FILE "t11.wav" 0
TRACK AUDIO
FILE "t12.wav" 0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]