How can I make a siren noise in Python?
Posted
by Shady
on Stack Overflow
See other posts from Stack Overflow
or by Shady
Published on 2010-05-01T02:55:24Z
Indexed on
2010/05/01
3:07 UTC
Read the original article
Hit count: 397
I'm trying to make a siren sound in python with beeps, but had no success..
I'm trying something like
winsound.Beep(700,500)
winsound.Beep(710,500)
winsound.Beep(720,500)
...
It's a better way to do it? And play it?
Without external files...
Thx
© Stack Overflow or respective owner