[Tutor] Python Access to Computer speaker

alan.gauld@bt.com alan.gauld@bt.com
Mon, 19 Feb 2001 17:43:37 -0000


> 	Does Python have a function to access for the computer
> speaker for frequency and duration?

Sound is a very platform specific thing.

> .....like the the "C" sound() function.

Not all C compilers have a sound() function.

Python provides several sound modules for different 
platforms. I think theres a winsound module that might 
do and I think there's a set of sound APIs in Mark
Hammond's winall wrapper of the MFC clsses.

Alan G.