Add precisions about XA channel number/cd speed link
This commit is contained in:
parent
200752f1f5
commit
7f1cf83a13
@ -121,6 +121,8 @@ int main(void)
|
|||||||
// XA setup
|
// XA setup
|
||||||
u_char param[4];
|
u_char param[4];
|
||||||
// ORing the parameters we need to set ; drive speed, ADPCM play, Subheader filter, sector size
|
// ORing the parameters we need to set ; drive speed, ADPCM play, Subheader filter, sector size
|
||||||
|
// If using CdlModeSpeed(Double speed), you need to load an XA file that has 8 channels.
|
||||||
|
// In single speed, a 4 channels XA is to be used.
|
||||||
param[0] = CdlModeSpeed|CdlModeRT|CdlModeSF|CdlModeSize1;
|
param[0] = CdlModeSpeed|CdlModeRT|CdlModeSF|CdlModeSize1;
|
||||||
// Issue primitive command to CD-ROM system (Blocking-type)
|
// Issue primitive command to CD-ROM system (Blocking-type)
|
||||||
// Set the parameters above
|
// Set the parameters above
|
||||||
|
Loading…
Reference in New Issue
Block a user