MP3 decoder module?

Terry Carroll carroll at tjc.com
Fri Jan 12 19:33:11 EST 2007


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.



More information about the Python-list mailing list