alSynSetPriority, n_alSynSetPriority
Sets the priority of the specified voice
#include <libaudio.h> /* libaudio.h */ void alSynSetPriority(ALSynth *drvr, ALVoice *voice, s16 priority);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSynSetPriority( N_ALVoice *voice, s16 priority);
alSynSetPriority sets the priority of the specified voice. The priority can range from 0 to AL_PRIORITY_MAX which is defined in the libaudio.h file.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
Call alSynSetPriority from within AlVoiceHandler only.
alSynGetPriority, alSynAllocVoice
1999/04/30 Changed Format