currently cue sheet doesn't support Multi-Session CD(am i right?)
i think a cue sheet like above is infomative enough for a virtual cd program to know the structure of the mix-mode cd.
(currently, the cd is considered as one session only and therefore, the 'PREGAP' becomes a part of last audio track)
I think using cue sheet to create a mix-mode cd is convient(the data & audio can be seperate); and can easily be modified.
FILE "audio.wav" WAVE
REM SESSION 01
TRACK 01 AUDIO
INDEX 01 00:00:00
...
TRACK 15 AUDIO
INDEX 01 31:33:06
REM SESSION 02
FILE "data.ISO" BINARY
TRACK 16 MODE1/2048
PREGAP 02:32:00
REM the above PREGAP is not correct; just indicates the gap between the two sessions
INDEX 01 00:00:00
REM SESSION 01
TRACK 01 AUDIO
INDEX 01 00:00:00
...
TRACK 15 AUDIO
INDEX 01 31:33:06
REM SESSION 02
FILE "data.ISO" BINARY
TRACK 16 MODE1/2048
PREGAP 02:32:00
REM the above PREGAP is not correct; just indicates the gap between the two sessions
INDEX 01 00:00:00
(currently, the cd is considered as one session only and therefore, the 'PREGAP' becomes a part of last audio track)
I think using cue sheet to create a mix-mode cd is convient(the data & audio can be seperate); and can easily be modified.
Comment