FXECHO_PARAMETERS structure (xapofx.h)

Parameters for use with the FXECHO XAPOFX.

Syntax

typedef struct FXECHO_PARAMETERS {
  float WetDryMix;
  float Feedback;
  float Delay;
} FXECHO_PARAMETERS;

Members

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.

Remarks

Echo only supports FLOAT32 audio formats.

Platform Requirements

Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

Requirements

Requirement Value
Header xapofx.h

See also

Structures