Skip to content

Commit

Permalink
fixing spelling mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
  • Loading branch information
betalars and AThousandShips authored Oct 23, 2024
1 parent 1b18b9c commit 6d9022f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/AudioEffectStereoEnhance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
Amplifies the difference between stereo channels, increasing or descreasing existing panning. A value of 0.0 will downmix stereo to mono. Does not affect a mono signal.
</member>
<member name="surround" type="float" setter="set_surround" getter="get_surround" default="0.0">
Widens sound stage trough phase shifting in cunjuncion with [param time_pullout_ms]. Just pans sound to the left channel if [param time_pullout_ms] is 0.
Widens sound stage through phase shifting in cunjuncion with [param time_pullout_ms]. Just pans sound to the left channel if [param time_pullout_ms] is 0.
</member>
<member name="time_pullout_ms" type="float" setter="set_time_pullout" getter="get_time_pullout" default="0.0">
Widens sound stage trough phase shifting in cunjuncion with [param surround]. Just delays the right channel if [param surround] is 0.
Widens sound stage through phase shifting in cunjuncion with [param surround]. Just delays the right channel if [param surround] is 0.
</member>
</members>
</class>

0 comments on commit 6d9022f

Please sign in to comment.