Skip to content

Commit 3357ce2

Browse files
Fix example for final API.
1 parent 5d879f7 commit 3357ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/sound_effects_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
duration=500,
99
vol_start=100,
1010
vol_end=255,
11-
wave=audio.SoundEffect.WAVEFORM_TRIANGLE,
11+
waveform=audio.SoundEffect.WAVEFORM_TRIANGLE,
1212
fx=audio.SoundEffect.FX_VIBRATO,
1313
shape=audio.SoundEffect.SHAPE_LOG,
1414
)

0 commit comments

Comments
 (0)