We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d879f7 commit 3357ce2Copy full SHA for 3357ce2
src/examples/sound_effects_user.py
@@ -8,7 +8,7 @@
8
duration=500,
9
vol_start=100,
10
vol_end=255,
11
- wave=audio.SoundEffect.WAVEFORM_TRIANGLE,
+ waveform=audio.SoundEffect.WAVEFORM_TRIANGLE,
12
fx=audio.SoundEffect.FX_VIBRATO,
13
shape=audio.SoundEffect.SHAPE_LOG,
14
)
0 commit comments