Skip to main content

Player::setVoiceFxGargle

Syntax

``` player.setVoiceFxGargle(fxHandle, {

   dwRateHz,
   dwWaveShape

}); ```

Required Arguments

  • fxHandle: The effect handle.
  • dwRateHz: Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
  • dwWaveShape: Shape of the modulation wave... 0 = triangle, 1 = square (default).

See also