Shi-Ying Irene Huang <sh162551 at sac.sfbay.sun.com> wrote:
>
>> 2. Project Summary
>> 2.1. Project Description:
>> Cdrdao records audio or data CD-Rs in Disk-At-Once mode
>> based on a textual description of the CD contents
>>
>> 3. Business Summary
>>
>> Cdrdao is used widely in opensource world to create CD in DAO mode,
>> Ubuntu has cdrdao in its repository,
>> we need to add it also into our repository.
>>
>
> What programs do _need_ cdrdao that cannot use cdrecord also?
>
Both cdrdao and cdrecord support DAO mode.
but cdrdao has several features that missing from cdrecord.
1. extract hidden Audio Tracks that live in the pregap of track 1.
2. provide more precise control for audio when record by using toc file.
Take the example from its website:
Assume you have a WAVE file |live.wav| that contains several
minutes of live musicand you want to divide it in tracks
every 5 minutes with further subdivisions by index marks.
You will have to create following toc-file |live.toc|:
CD_DA
TRACK AUDIO
FILE "live.wav" 0 5:0:0
INDEX 3:0:0
TRACK AUDIO
FILE "live.wav" 5:0:0 5:0:0
TRACK AUDIO
FILE "live.wav" 10:0:0 5:0:0
INDEX 2:0:0
...
Then use
|
cdrdao write live.toc
|
to create a CD without any pre-gaps between the tracks.
Also, as brasero support several backends, including
- growisofs
- cdrdao
- cdrecord.
cdrecord and growisofs are already in Solaris,
and I want to add cdrdao also.
>
>> 4. Technical Description:
>> 4.1. Details:
>>
>> Advantages of Disk-At-Once (DAO) Recording
>>
>> Recording in disk-at-once mode writes the complete disc,
>> i.e. lead-in, one or more tracks and lead-out, in a single step.
>> The commonly used track-at-once (TAO) mode writes each track
>> independently
>>
> .....
>
> What advantages do you see over cdrecord?
>
> J?rg
>
>