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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to