Playing WAV file with Python

VGNU Linux vgnulinux at gmail.com
Thu Mar 3 04:32:51 EST 2011


On Thu, Mar 3, 2011 at 1:54 PM, Chris Rebert <clp2 at rebertia.com> wrote:

> On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux <vgnulinux at gmail.com> wrote:
> > On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert <clp2 at rebertia.com> wrote:
> >> On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux <vgnulinux at gmail.com>
> 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 solution but related to OS's like
> >> > winsound, ossaudiodev etc which are not useful.
> >>
> >> Do you mean you want your code to be cross-platform, or what?
> >> "Without OS" is rather vague. What are you trying to accomplish?
> >
> > I will be using WAVE on embedded devices, and the device will not have
> any
> > OS's. So I am looking for modules which can play WAVE sound without
> > underlying OS.
>
> What implementation of Python are you going to use? I don't personally
> know of any that can run on the "bare metal" without an OS.
>

I am planning to use python-on-a-chip(PyMite) which can be run without an OS
therefore I am looking for a module/library which can play sound files.


> Cheers,
> Chris
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110303/ce6e5c5b/attachment-0001.html>


More information about the Python-list mailing list