From: Alexander F. <Ale...@gm...> - 2000-03-03 11:19:47
|
At Mit, 01 Mär 2000 Rivyn (Casey Shobe) wrote: > On Wed, 01 Mar 2000, you wrote: <snip> > > > The DAO problem is very similar to the CD-RW problem. I have a Teac CD-R 55S > > (no CD-RW) and cdrecord doesn't support DAO for this drive. It would be much > > easier if I could test it locally on my computer. Does anybody have experiences > > with cdrecord in DAO mode (on command line)? > > Wow, I have a Teac CD-R55S as well :). A 4x SCSI... DAO works in Windows > though :(. DAO works in Linux too. :) > > > It might be possible to add "cdrdao" support to KreateCD. cdrdao works well > > with most CD-R drives and does DAO burning. > > What is this you speak of? > "cdrdao" is very similar to "cdrecord". (the application KreateCD relies on to burn CD-Rs). It works in DAO mode and has support for Teac CD-R 55S too. Have a look at it: http://www.ping.de/sites/daneb/cdrdao.html It might be possible to create a second CDWriter class that uses "cdrdao" to burn CD-R in DAO mode. There are two methods to read the TOC too (cdrecord and cdda2wav). This was neccessary because some drives (Plextor PX32-TS) has problems reading the TOC with cdrecord. There is a virtual base class and one class for each helper application. We could do this for CD recording too.In the last weeks there was a major cleanup concerning class structure which will make some things much easier. Alexander |