Skip to content

Commit ce19f55

Browse files
docs: Update the proposed default values for audio.SoundEffect().
1 parent b89aa5d commit ce19f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/audio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Sound Effects **V2**
114114
====================
115115

116116
.. py:class::
117-
SoundEffect(preset=None, freq_start=400, freq_end=200, duration=500, vol_start=100, vol_end=255, wave=WAVE_SQUARE, fx=None, interpolation=INTER_LINEAR)
117+
SoundEffect(preset=None, freq_start=500, freq_end=2500, duration=500, vol_start=255, vol_end=0, wave=WAVE_SQUARE, fx=None, interpolation=INTER_LOG)
118118

119119
An ``SoundEffect`` instance represents a sound effect, composed by a set of
120120
parameters configured via the constructor or attributes.

0 commit comments

Comments
 (0)