Firelight Technologies FMOD Studio API
FMOD_DSP_STATE_DFT_FUNCTIONS
Struct containing DFT functions to enable a plugin to perform optimized time-frequency domain conversion.
C/C++ Syntax
typedef struct {
FMOD_DSP_DFT_FFTREAL_FUNC fftreal;
FMOD_DSP_DFT_IFFTREAL_FUNC inversefftreal;
} FMOD_DSP_STATE_DFT_FUNCTIONS;
Members
fftreal
[r] Function for performing an FFT on a real signal.
inversefftreal
[r] Function for performing an inverse FFT to get a real signal.
Remarks
Members marked with [r] mean read only for the developer, read/write for the FMOD system.
Members marked with [w] mean read/write for the developer, read only for the FMOD system.
JavaScript only :
Not all fields are currently supported or may not work as expected at this time. To initialize an new instance in javascript use "FMOD.DSP_STATE_DFT_FUNCTIONS()", no 'new' keyword is required.
See Also
Version 1.10.03 Built on Feb 1, 2018