Table of Contents

Class AudioEffectStereoEnhance

An audio effect that can be used to adjust the intensity of stereo panning.

Inheritance
AudioEffectStereoEnhance

Remarks

An audio effect that can be used to adjust the intensity of stereo panning.

See Also

Properties

pan_pullout

Amplifies the difference between stereo channels, increasing or decreasing existing panning. A value of 0.0 will downmix stereo to mono. Does not affect a mono signal.

var pan_pullout : float = 1.0

Property Value

float

Remarks

  • void set_pan_pullout(float value)
  • float get_pan_pullout

surround

Widens sound stage through phase shifting in conjunction with time_pullout_ms. Just pans sound to the left channel if time_pullout_ms is 0.

var surround : float = 0.0

Property Value

float

Remarks

  • void set_surround(float value)
  • float get_surround

time_pullout_ms

Widens sound stage through phase shifting in conjunction with surround. Just delays the right channel if surround is 0.

var time_pullout_ms : float = 0.0

Property Value

float

Remarks

  • void set_time_pullout(float value)
  • float get_time_pullout