Class reference
AudioEffectStereoEnhance
Inherits AudioEffect
An audio effect that can be used to adjust the intensity of stereo panning.
Description
An audio effect that can be used to adjust the intensity of stereo panning.
Properties
float pan_pullout = 1.0
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.
float surround = 0.0
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.
float time_pullout_ms = 0.0
Widens sound stage through phase shifting in conjunction with surround. Just delays the right channel if surround is 0.