Re: Playing WAV file with Python

2011-03-03 Thread Steven Howe
On 03/03/2011 01:32 AM, VGNU Linux wrote: On Thu, Mar 3, 2011 at 1:54 PM, Chris Rebert > wrote: On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux mailto:vgnuli...@gmail.com>> wrote: > On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert mailto:c...@rebertia.com>> wrote:

Re: Playing WAV file with Python

2011-03-03 Thread VGNU Linux
On Thu, Mar 3, 2011 at 1:54 PM, Chris Rebert wrote: > On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux wrote: > > On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert wrote: > >> On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux > wrote: > >> > How can I play WAV file in python without OS(like Linux/Windows/MAC)

Re: Playing WAV file with Python

2011-03-03 Thread Chris Rebert
On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux wrote: > On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert wrote: >> On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux wrote: >> > How can I play WAV file in python without OS(like Linux/Windows/MAC) on >> > a >> > device ? >> > On Google I found lot of different

Re: Playing WAV file with Python

2011-03-03 Thread VGNU Linux
Hi, On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert wrote: > On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux wrote: > > Hi All, > > How can I play WAV file in python without OS(like Linux/Windows/MAC) on a > > device ? > > On Google I found lot of different solution but related to OS's like > > winsou

Re: Playing WAV file with Python

2011-03-03 Thread Matteo Landi
I imagine he is looking for a cross-platform solution: n this case, I guess the most suitable solution is pygame. Regards, Matteo -- http://mail.python.org/mailman/listinfo/python-list

Re: Playing WAV file with Python

2011-03-03 Thread Chris Rebert
On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux wrote: > Hi All, > How can I play WAV file in python without OS(like Linux/Windows/MAC) on a > device ? > On Google I found lot of different solution but related to OS's like > winsound, ossaudiodev etc which are not useful. Do you mean you want your co

Re: Playing WAV file with Python

2011-03-02 Thread VGNU Linux
On Wed, Mar 2, 2011 at 1:17 PM, VGNU Linux wrote: > Hi All, > How can I play WAV file in python without OS(like Linux/Windows/MAC) on a > device ? > On Google I found lot of different solution but related to OS's like > winsound, ossaudiodev etc which are not useful. > Thanks in advance. > > Rega

Playing WAV file with Python

2011-03-01 Thread VGNU Linux
Hi All, How can I play WAV file in python without OS(like Linux/Windows/MAC) on a device ? On Google I found lot of different solution but related to OS's like winsound, ossaudiodev etc which are not useful. Thanks in advance. Regards, VGNU -- http://mail.python.org/mailman/listinfo/python-list