Re: [Python-3000] audio device support

2007-09-09 Thread Lars Immisch
> That sounds like a nice basic simple interface. I suggest writing it up > and submitting it as a patch or even making it stand alone module with > its own distutils setup.py. It sounds like a good idea regardless of it > its accepted into the standard library. (clearly what we have now for

Re: [Python-3000] audio device support

2007-09-09 Thread Gregory P. Smith
> What I'd like to see: > > I like the idea of having audio device support for the major operating > systems in the standard library. > > But I am even more interested in a common interface for simple operations. > > IMO, the API should support: > > - stereo playback > - stereo recording > - differ

[Python-3000] audio device support

2007-09-04 Thread Lars Immisch
Hi, I recently worked on Python audio device support for Linux and OS X. Not so recently, I wrote a DirectSound module for win32. Python 2 has support for various audio devices, but they have no common interface and some are broken or obsolete. Python 3000 might be a chance to improve on this.