Re: Native MP3 Decoder?

2006-09-30 Thread floguy
I did see that, but that seems to only work on Lin/Unix. In fact, the only way that I can see to install that package is using distutils and the config_unix.py script, which indicates to me that it works only on Lin/Unix. If I'm mistaken, please let me know. MonkeeSage wrote: > [EMAIL PROTECTED]

Native MP3 Decoder?

2006-09-30 Thread floguy
I've been working on a simple cross-platform alarm clock application in Python. I took the time to learn wxPython for the frontend, and figured there would be some backend for decoding mp3s to play at alarm time. So far, I have found 3 viable options. 1) pyMedia, which works great, but only work