alSynDelete, n_alSynDelete
Deletes the synthesizer driver
#include <libaudio.h> /* libaudio.h */ void alSynDelete(ALSynth *drvr);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSynDelete(void);
alSynDelete is currently not implemented.
n_alSynDelete was originally designed for deleting synthesizer driver, however, it is currently under development, and it only deletes all the players registered to the synthesizer driver. This function is called in n_alClose.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
1999/04/30 Changed Format