alSynSetVol, n_alSynSetVol
Sets the target volume of the specified voice
#include <libaudio.h> /* libaudio.h */ void alSynSetVol(ALSynth *drvr, ALVoice *voice, s16 volume, ALMicroTime delta);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSynSetVol( N_ALVoice *voice, s16 volume, ALMicroTime delta);
This function ramps exponentially to the target volume in t microseconds. The volume can range from 0 to 0x7fff. Negative values are undefined.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
Call alSynSetVol from within ALVoiceHandler only.
alSynSetPan, alSynSetPitch, and alSynSetFXMix
1999/04/30 Changed Format