alSndpSetPan, n_alSndpSetPan
Sets the pan position of the current target sound
#include <libaudio.h> /* libaudio.h */ void alSndpSetPan(ALSndPlayer *sndp, ALPan pan);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSndpSetPan( ALPan pan);
alSndpSetPan sets the pan value of the current target sound. Call alSndpSetSound to set the target sound. If the sound is playing, the pan will be adjusted. If the sound is not playing, this call will affect the pan position of the sound when it is played.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
alSndpSetVol, alSndpSetPitch, and alSndpSetFXMix
1999/04/30 Changed Format