Paul Rubin wrote: > Anyone know of a reasonable mp3 decoder library I can call from > Python? Some Googling didn't find anything too promising. It found > Pymedia (which plays mp3's through a sound system).... But I want to > actually decode the mp3 frames and crunch on the audio samples.
As I read the Pymedia docs, you can use it to decode frames from an MP3, and operate on the decoded sound data. See http://pymedia.org/tut/dump_wav.html for a discussion. -- http://mail.python.org/mailman/listinfo/python-list