From 7391ac63580f28af11c908b28eb61d089c603ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 2 Feb 2019 08:36:18 +0100 Subject: [PATCH] Audio --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7073534..34c253a 100644 --- a/README.md +++ b/README.md @@ -1573,7 +1573,7 @@ wf.close() # pip3 install simpleaudio import simpleaudio, math, struct from itertools import chain, repeat -F = 44100 +F = 44100 S1 = '59♪,57,,59♪,54,,50♪,54,,47♪,,,' S2 = '59♪,61,,62♪,61,,62,,59,,61♪,59,,61,,57,,59♪,57,,59,,55,,59♪,,,' get_pause = lambda seconds: repeat(0, int(seconds * F))