Access PC Sound Card Under Windoze?

Bengt Richter bokr at oz.net
Sat Oct 19 18:45:24 EDT 2002


On Sat, 19 Oct 2002 10:17:00 -0700, "Gary Richardson" <garyr at fidalgo.net> wrote:

>I've written a wrapper (using CXX & MSVS) for a C++ sound card driver that
>allows you to set the sample rate, buffer size, number of channels, bits per
>sample and provides direct control of reading and writing.
>Data is passed to/from the driver via Python arrays (i.e., via pointers) so
>it is quite efficient in that regard. It also releases the GIL when blocking
>on input or output so it can be used in a multi-threaded environment.
>I've only used it on Win98 but I expect that it would work on a Win2K
>system.
>
>I'd be happy to zip up the driver, wrapper and some Python test code and
>send it to you if you are interested.
>
If you do zip it up, I'd be interested in having that (to file for future reference,
since no time right now for more stuff. I have been wanting to try something
with the sound card sometime ;-).
TIA.

Regards,
Bengt Richter



More information about the Python-list mailing list