#include <nnsys/snd.h>
void NNS_SndShutdown(
void )
;
Ends sound processing.
Automatically stops sound currently playing and any sound captures. However, note that it is necessary to explicitly stop any stream playback that uses the NNS_SndStrm
function and any waveform playback that uses the NNS_SndWaveOut
function in advance.
2008/06/10 Initial version.
CONFIDENTIAL