al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
alSynSetPriorityFormat#include <libaudio.h> void alSynSetPriority(ALSynth *drvr, ALVoice *voice, s16 priority); Arguments
It 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. Warning Call this function (alSynSetPriority) from within an ALVoiceHandler only. See Also alSynGetPriority alSynAllocVoice
|