alSndpDelete, n_alSndpDelete
Deletes a sound player
#include <libaudio.h> /* libaudio.h */ void alSndpDelete(ALSndPlayer *sndp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSndpDelete(void);
alSndpDelete signs out of the synthesis driver. Before signing out, ensure that all sounds are in the AL_STOPPED state.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
1999/04/30 Changed Format