Skip to content

Commit c00d99c

Browse files
author
hack505
authored
cross-platform
1 parent 6c133af commit c00d99c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

simpleaudio

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import simpleaudio
2+
3+
wave_obj = simpleaudio.WaveObject.from_wave_file("bell.wav")
4+
play_obj = wave_obj.play()
5+
play_obj.wait_done()

0 commit comments

Comments
 (0)