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
Remarks
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
Remarks
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