#include <nnsys/snd.h>
void NNS_SndInit(
void )
;
Initializes sound. Call this function before calling any other of the sound functions. However, be sure to initialize the OS beforehand.
Please enable IRQ interrupts. In addition, do not overwrite interrupt settings using OS_SetIrqMask
or some other function after calling this function.
The function acts internally to initialize variables and to synchronize communications with the ARM7.
None.
2004/04/01 Initial version.
CONFIDENTIAL