Parameters for use with the FXECHO XAPOFX.
typedef struct FXECHO_PARAMETERS {
float WetDryMix;
float Feedback;
float Delay;
} FXECHO_PARAMETERS;
WetDryMix
Ratio of wet (processed) signal to dry (original) signal.
Feedback
Amount of output to feed back into input.
Delay
Delay to all channels in milliseconds. This value must be between FXECHO_MIN_DELAY and FXECHO_INITDATA.MaxDelay.
Echo only supports FLOAT32 audio formats.
Header: Declared in xapofx.h.
Library: Use xapobase.lib.