Re: [python-win32] Audio file playback solution

2014-04-28 Thread Jacob Kruger
e you...to the space janitor's closet..." - Original Message - From: Todd Fiske To: python-win32@python.org Sent: Monday, 28 April, 2014 2:25 AM Subject: Re: [python-win32] Audio file playback solution Hi Jacob, The mp3play module is just a wrapper around th

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 mciSendS