Simpleaudio lets you play WAV files and NumPy arrays, and gives you options to check whether a file is still playing.
It offers no functionality other than simple playback. Playsound is the most straightforward package to use if you simply want to play a WAV or MP3 file.
All of the libraries below let you play WAV files, some with a few more lines of code than others: A few of these libraries let you play a range of audio formats, including MP3 and NumPy arrays. Playing Audio Filesīelow, you’ll see how to play audio files with a selection of Python libraries. Free Bonus: Click here to get access to a chapter from Python Tricks: The Book that shows you Python’s best practices with simple examples you can apply instantly to write more beautiful + Pythonic code.