Player::setVoiceFxEcho: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
*'''fRightDelay:''' {{RageType|float}} Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms. | *'''fRightDelay:''' {{RageType|float}} Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms. | ||
*'''lPanDelay:''' {{RageType|int}} Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap. | *'''lPanDelay:''' {{RageType|int}} Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap. | ||
==See also== | |||
{{VoiceFx_definition_c}} | |||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Latest revision as of 08:31, 10 November 2024
Syntax
player.setVoiceFxEcho(fxHandle, {
fWetDryMix,
fFeedback,
fLeftDelay,
fRightDelay,
lPanDelay
});
Required Arguments
- fxHandle: int The effect handle.
- fWetDryMix: float Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
- fFeedback: float Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
- fLeftDelay: float Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
- fRightDelay: float Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
- lPanDelay: int Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap.
See also
- Player::removeVoiceFx
- Player::resetVoiceFx
- Player::setVoiceFxChorus
- Player::setVoiceFxCompressor
- Player::setVoiceFxDistortion
- Player::setVoiceFxEcho
- Player::setVoiceFxFlanger
- Player::setVoiceFxGargle
- Player::setVoiceFxI3DL2Reverb
- Player::setVoiceFxParamEq
- Player::setVoiceFxReverb
- Player::setVoiceFxVolume
- Player::setVoiceFxPeakEq
- Player::setVoiceFxBQF