mp3 libs and programs

Richard Jones richardjones at optushome.com.au
Fri Sep 15 22:33:23 EDT 2006


Jay wrote:
> I'm writing a python script that involves playing mp3 files.

I've previously successfully used the Python interface for MAD:

   http://www.underbit.com/products/mad/

which was trivial to use in combination with libao's python interface (and
throw in ogg.vorbis from xiph.org and you've got a complete player :)

Also, these days you might want to look into gstreamer. It rocks*, but I've
not personally used it.:

  http://gstreamer.freedesktop.org/


    Richard

*: Anthony Baxter, your friendly neighborhood Python Release Manager, is in
love with it.




More information about the Python-list mailing list