> 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
> 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
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.