On Mon, 26 Oct 2009, Jabba Laci wrote: > Hi, > > What do you suggest for playing mp3 files with Python? I found a > simple module (http://code.google.com/p/mp3play/) but it only works > with Windows. I'd need Linux support too. [...]
If it doesn't need to be pure python, you could use a free-as-in-speech cross- platform command-line audio player like, say, sox, and run it in a subprocess. Good luck, John -- http://mail.python.org/mailman/listinfo/python-list