#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.
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 ARM7.
None.
04/01/2004 Initial version.