[Tutor] noise(s)

Daniel Yoo dyoo@hkn.eecs.berkeley.edu
Sat, 18 Nov 2000 14:48:48 -0800 (PST)


On Fri, 17 Nov 2000, Taisto Pihlajamaa wrote:

> I am searching command(s) for taking noise(s) from PC with Python. Can
> anyone help me to start..

There's a "winsound" module that allows you to handle sound.  There's
quite a few functions you can call that will let you do beeps and play
sound files.  However, I'm not quite sure how it works, since I don't work
with Windows too often.  You may want to ask people on the main discussion
newsgroup at comp.lang.python about it.

Take a look here:

    http://www.python.org/doc/current/lib/module-winsound.html

It describes how to use the winsound module.

Good luck!