[python-win32] Play MP3s from Windows, Just Works
Brian Parma
execrable at gmail.com
Tue Aug 12 17:45:56 CEST 2008
If you don't need to control the playback with your program but just launch
it (in WMP), try os.startfile instead of os.system.
On Tue, Aug 12, 2008 at 7:45 AM, Vernon Cole <vernondcole at gmail.com> wrote:
> As always, remember that mp3 is proprietary, and the owner has shown
> willingness to be nasty about licensing it. Therefore, anything that is
> "easy to install" is possibly illegal and/or will open you to a lawsuit. If
> you are doing new work, better to use ogg.
>
> On Tue, Aug 12, 2008 at 5:53 AM, Sidnei da Silva <sidnei at enfoldsystems.com
> > wrote:
>
>> On Tue, Aug 12, 2008 at 4:26 AM, Gerdus van Zyl <gerdusvanzyl at gmail.com>
>> wrote:
>> > Try pyglet [pyglet.org]. It wraps avbin for mp3,ogg reading and plays
>> > using directsound, alsa, etc. Not sure if it could be made
>> > easy_installable.
>>
>> Maybe PyGame? Same issue re: being easy_install-able though.
>>
>> --
>> Sidnei da Silva
>> Enfold Systems http://enfoldsystems.com
>> Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214
>> _______________________________________________
>> python-win32 mailing list
>> python-win32 at python.org
>> http://mail.python.org/mailman/listinfo/python-win32
>>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080812/5a6619f1/attachment.htm>
More information about the python-win32
mailing list