Firelight Technologies FMOD Studio API
FMOD_DSP_ECHO
Parameter types for the FMOD_DSP_TYPE_ECHO filter.
C/C++ Syntax
typedef enum {
FMOD_DSP_ECHO_DELAY,
FMOD_DSP_ECHO_FEEDBACK,
FMOD_DSP_ECHO_DRYLEVEL,
FMOD_DSP_ECHO_WETLEVEL
} FMOD_DSP_ECHO;
JavaScript Syntax
FMOD.DSP_ECHO_DELAY
FMOD.DSP_ECHO_FEEDBACK
FMOD.DSP_ECHO_DRYLEVEL
FMOD.DSP_ECHO_WETLEVEL
Values
FMOD_DSP_ECHO_DELAY
(Type:float) - Echo delay in ms. 10 to 5000. Default = 500.
FMOD_DSP_ECHO_FEEDBACK
(Type:float) - Echo decay per delay. 0 to 100. 100.0 = No decay, 0.0 = total decay (ie simple 1 line delay). Default = 50.0.
FMOD_DSP_ECHO_DRYLEVEL
(Type:float) - Original sound volume in dB. -80.0 to 10.0. Default = 0.
FMOD_DSP_ECHO_WETLEVEL
(Type:float) - Volume of echo signal to pass to output in dB. -80.0 to 10.0. Default = 0.
Remarks
Note. Every time the delay is changed, the plugin re-allocates the echo buffer. This means the echo will dissapear at that time while it refills its new buffer.
Larger echo delays result in larger amounts of memory allocated.
See Also
Version 1.10.03 Built on Feb 1, 2018