Play audio with Python

You can find information about Python audio here: http://wiki.python.org/moin/Audio/

It doesn’t look like it can play .mp3 files without external libraries. You could either convert your .mp3 file to a .wav or other format, or use a library like PyMedia.

Leave a Comment