Return to previous page | Return to menu | Go to next page
Bool
Sound function
Start output with CD-D / A
Bool slCDDAOn(LLevel , RLevel , LPan , RPan)
Uint8 LLevel ;
Uint8 RLevel ;
Sint8 LPan ;
Sint8 RPan ;
LLevel volume value (left) RLevel volume value (right) LPan Pan value (left) RPan pan value (right)
Start output by CD-D / A.
If the command buffer is full, the function returns FALSE.
Specify a range from 0 to 127 for the parameters "LLevel" and "RLevel".
(However, the lower 4 bits are ignored.)
Specify a range from -127 to 127 for the parameters "LPan" and "RPan".
(-127 (left) <---> 0 (center) <---> 127 (right))
Since the SCSP pan has 32 steps, the lower 3 bits of “Pan” are ignored.
slCDDAOn