playing mp3

John O'Hagan research at johnohagan.com
Tue Oct 27 23:14:09 EDT 2009


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




More information about the Python-list mailing list