Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7391ac6

Browse files
committed
Audio
1 parent 217cf97 commit 7391ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ wf.close()
15731573
# pip3 install simpleaudio
15741574
import simpleaudio, math, struct
15751575
from itertools import chain, repeat
1576-
F = 44100
1576+
F = 44100
15771577
S1 = '59♪,57,,59♪,54,,50♪,54,,47♪,,,'
15781578
S2 = '59♪,61,,62♪,61,,62,,59,,61♪,59,,61,,57,,59♪,57,,59,,55,,59♪,,,'
15791579
get_pause = lambda seconds: repeat(0, int(seconds * F))

0 commit comments

Comments
 (0)