Player::setVoiceFxReverb

From RAGE Multiplayer Wiki
Revision as of 18:01, 17 October 2022 by Ufteers (talk | contribs) (Created page with "==Syntax== <pre> player.setVoiceFxReverb(fxHandle, { fInGain, fReverbMix, fReverbTime, fHighFreqRTRatio }); </pre> ===Required Arguments=== *'''fxHandle:'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

player.setVoiceFxReverb(fxHandle, {
    fInGain,
    fReverbMix,
    fReverbTime,
    fHighFreqRTRatio
});

Required Arguments

  • fxHandle: The effect handle.
  • fInGain: Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB.
  • fReverbMix: Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB.
  • fReverbTime: Reverb time, in milliseconds, in the range from 0.001 through 3000. The default value is 1000.
  • fHighFreqRTRatio: In the range from 0.001 through 0.999. The default value is 0.001.