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
Post a Comment