alSndpStop, n_alSndpStop
Stops playing the current target sound
#include <libaudio.h> /* libaudio.h */ void alSndpStop(ALSndPlayer *sndp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSndpStop(void);
alSndpStop stops playing the current target sound. This forces the sound into the release phase of its envelope. To set the target sound, call alSndpSetSound. If the sound is not playing this call will have no effect.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
alSndpGetState, alSndpPlay, and alSndpSetSound
1999/04/30 Changed Format