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_alSynSetFXMixFormat#include <n_libaudio.h> void n_alSynSetFXMix(N_ALVoice *voice, u8 fxmix); Arguments
This function is available in the n_audio library. 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 a voice handler only. See Also n_alSynSetVol n_alSynSetPan n_alSynSetPitch n_alSynSetFXParam n_alSynStartVoiceParams
|