We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fe20b commit abc51ecCopy full SHA for abc51ec
src/test_record.py
@@ -35,7 +35,7 @@
35
while button_a.is_pressed():
36
sleep(50)
37
display.clear()
38
- my_recording *= 5
+ my_recording *= 2 # amplify volume
39
if button_b.is_pressed():
40
audio.play(my_recording, wait=False)
41
level = 0
0 commit comments