PC Speaker Sound

Fredrik Lundh fredrik at pythonware.com
Thu Oct 7 09:14:32 EDT 1999


David Rushby <drushby at email.com> wrote:
> I know this is an offbeat question, but how does one go about generating PC
> speaker tones from Python?

afaik, there's nothing in the standard distribution
for this (however, 1.5.2 added wave-playing support;
see the winsound module for more info).

but if you have a compiler and a little time to spare,
you can grab the latest and greatest version of the
winsound sources:

    http://www.python.org/download/cvs.html

(or grab the current tarball from:
http://starship.python.net/crew/da/pythondists/

</F>





More information about the Python-list mailing list