We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e6555 commit e160527Copy full SHA for e160527
1 file changed
CPX_Sound_Box/code.py
@@ -33,7 +33,7 @@ def simpleCircle(wait):
33
pixels[i] = BLACK
34
time.sleep(wait)
35
36
-# Audio Stuff
+# Audio Play File
37
def play_file(filename):
38
print("Playing File" + filename)
39
wave_file = open(filename, "rb")
@@ -47,4 +47,4 @@ def play_file(filename):
47
48
while True:
49
if not button.value:
50
- play_file(filename)
+ play_file(filename)
0 commit comments