Player::setVoiceFxEcho

From RAGE Multiplayer Wiki
Revision as of 17:44, 17 October 2022 by Ufteers (talk | contribs) (Created page with "==Syntax== <pre> player.setVoiceFxEcho(fxHandle, { fWetDryMix, fFeedback, fLeftDelay, fRightDelay, lPanDelay }); </pre> ===Required Arguments=== *'''fxHa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

player.setVoiceFxEcho(fxHandle, {
    fWetDryMix,
    fFeedback,
    fLeftDelay,
    fRightDelay,
    lPanDelay
});

Required Arguments

  • fxHandle: The effect handle.
  • fWetDryMix: Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
  • fFeedback: Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
  • fLeftDelay: Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
  • fRightDelay: Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
  • lPanDelay: Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap.