Skip to content

Instantly share code, notes, and snippets.

@JeffersGlass
Created October 25, 2020 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffersGlass/c742dfe204a2c89e4559ee828fa46f3d to your computer and use it in GitHub Desktop.
Save JeffersGlass/c742dfe204a2c89e4559ee828fa46f3d to your computer and use it in GitHub Desktop.
import simpleaudio
#from playsound import playsound
wave_obj = simpleaudio.WaveObject.from_wave_file('./pie.wav')
play_obj = wave_obj.play()
#play_obj.wait_done()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment