Firelight Technologies FMOD Studio API
Operation type for FMOD_DSP_PROCESS_CALLBACK.
typedef enum {
FMOD_DSP_PROCESS_PERFORM,
FMOD_DSP_PROCESS_QUERY
} FMOD_DSP_PROCESS_OPERATION;
FMOD_DSP_PROCESS_PERFORM
Process the incoming audio in 'inbufferarray' and output to 'outbufferarray'.
FMOD_DSP_PROCESS_QUERY
The DSP is being queried for the expected output format and whether it needs to process audio or should be bypassed. The function should return any value other than FMOD_OK if audio can pass through unprocessed. If audio is to be processed, 'outbufferarray' must be filled with the expected output format, channel count and mask.
Version 1.03.06 Built on Apr 17, 2014