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
|
n_alSynSetPanFormat#include <n_libaudio.h> void n_alSynSetPan(N_ALVoice *voice, ALPan pan); Arguments
This function is available in the n_audio library. It sets the position in the stereo field of the specified voice. A value of 0 indicates the sound should be panned completely to the left, and 127 indicates the sound should be panned completely to the right. Warning Call this function (n_alSynSetPan) from within a voice handler only. See Also n_alSynSetVol n_alSynSetPitch n_alSynSetFXMix n_alSynStartVoiceParams
|