Python module to beep Windows motherboard speaker at specified frequency and length? -


windows 8.1, python 3.4


i'm looking python library allow me beep speaker on motherboard specified length @ specified frequency. i've looked around, , main suggestion use winsound module. however, sends sound external speaker , not internal one. i'm looking try make simple chiptune ("8-bit") song using motherboard speaker. thanks!

would work: https://docs.python.org/2/library/winsound.html ?

looks similar c# console.beep. pass in frequency , duration.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -