Advertisement
steve-shambles-2109

179-Check audio

Oct 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. """
  2. Python code snippets vol 36:
  3. 179-Check audio
  4. stevepython.wordpress.com
  5.  
  6. pip install simpleaudio
  7.  
  8. source:
  9. https://simpleaudio.readthedocs.io/en/latest/
  10. """
  11. import simpleaudio.functionchecks as fc
  12.  
  13. # Test audio
  14. fc.run_all(countdown=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement