Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to do Axel Foley theme like in ubuntu #1

Open
Navis-Raven opened this issue Apr 28, 2016 · 0 comments
Open

Impossible to do Axel Foley theme like in ubuntu #1

Navis-Raven opened this issue Apr 28, 2016 · 0 comments

Comments

@Navis-Raven
Copy link

I"'ve tried to do the same thing like i ubuntu. However the sound was very slow to react. I had also to slow down the code execution since some buffers (it seems) were not ready to take the command.

#! python3

from winsound import Beep

Beep(659 , 460)
Beep(784 , 340)
Beep(659 , 230)
Beep(659 , 110)
Beep(880 , 230)
Beep(659 , 230)
Beep(587 , 230)
Beep(659 , 460)
Beep(988 , 340)
Beep(659 , 230)
Beep(659 , 110)
i = 0
while(i <= 10000000):
    i+=1
Beep(1047 , 230)
Beep(988 , 230)
Beep(784 , 230)
Beep(659 , 230)
i = 0
while(i <= 10000000):
    i+=1
Beep(988 , 230)
Beep(1318 , 230)
Beep(659 , 110)
i = 0
while(i <= 10000000):
    i+=1
Beep(587 , 230)
Beep(587 , 110)
Beep(494 , 230)
i = 0
while(i <= 10000000):
    i+=1
Beep(740 , 230)
Beep(659 , 460)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant