Impossible to do Axel Foley theme like in ubuntu
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
Research direction
Reproduce the provided Python 3 script using winsound.Beep and measure whether tones start late or play slowly. Read the winsound.Beep behavior and Windows audio timing documented or implemented in this repository, then determine whether the reported latency is a defect with a reproducible expected result; done means the timing issue is either fixed and covered by a test or clearly documented as a platform limitation.
Written by the indexing model from the issue text.
Description
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)
- Dominant language
- Python
- Stars
- 3
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from enthought/Python-2.7.3
-
Test Open
Difficulty 5/5 Over a week Newbie friendliness 1/100
enthought/Python-2.7.3#10 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in enthought/Python-2.7.3
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100