Return to previous page | Return to menu | Go to next page


Void
System management functions

slSetSoundOutput

Set SMPC memory audio output mode

Format

void slSetSoundOutput(mode)
Uint8 mode;

Parameter

mode Audio output mode

Function

Set the audio output mode to the SMPC holding memory information.

Return value

None

Remarks

SMPC holding memory information can also be referenced from the global variable "Smpc_Status".
To register the SMPC holding memory information in the SMPC holding memory, use
Use “slSetSmpcMemory”.
The following values ​​can be used for parameters.
SMPC_SOUND_STEREO ... stereo
SMPC_SOUND_MONO ... mono

Reference: HARDWARE MANUAL vol.1 (SMPC)

slSetSoundOutput


Return to previous page | Return to menu | Go to next page