Skip to content

Instantly share code, notes, and snippets.

@HuangJiaLian
Last active September 23, 2022 17:52
Show Gist options
  • Save HuangJiaLian/d83f13db1f26fec3c876d3e99952147d to your computer and use it in GitHub Desktop.
Save HuangJiaLian/d83f13db1f26fec3c876d3e99952147d to your computer and use it in GitHub Desktop.
Play click sound
import simpleaudio, time
strong_beat = simpleaudio.WaveObject.from_wave_file('strong_beat.wav')
while True:
strong_beat.play()
time.sleep(0.5)
@Zigomar7
Copy link

Zigomar7 commented Sep 23, 2022

I had a hard time finding how to download.
After trying a number of ways from that page and the main page I ended up in the project page where I found the Code tab with Download ZIP link !
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment