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