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
|
alSynSetFXMixFormat#include <libaudio.h> void alSynSetFXMix(ALSynth *drvr, ALVoice *voice, u8 fxmix); Arguments
It sets the relative mix of effects (processed signal and unprocessed signal) to be added to the final mix. Warning Call this function from within an ALVoiceHandler only. See Also alSynSetVol alSynSetPan alSynSetPitch alSynSetFXParam alSynStartVoiceParams
|