[python-win32] Audio file playback solution

2014-04-27 Thread Jacob Kruger
Following module does actually offer exactly what wanted - on windows platform anyway - handles MP3, WMA and WAV file formats, and I got it setup under python 2.7, and it also compiles quite happily, along with wxPython GUI, using cx_freeze - doesn't offer stereo panning, but, that's minor:

Re: [python-win32] Audio file playback solution

2014-04-27 Thread Todd Fiske
Hi Jacob, The mp3play module is just a wrapper around the Windows Media Control Interface [1]. I use it in a basic (wonky) AudioPlayer module I wrote that combines it with a Tkinter frame. If you dig into it's windows.py module, you'll see that it works by sending command strings with the