Skip to content

Commit abc51ec

Browse files
committed
src: Update test_record.py.
Signed-off-by: Damien George <[email protected]>
1 parent 22fe20b commit abc51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_record.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
while button_a.is_pressed():
3636
sleep(50)
3737
display.clear()
38-
my_recording *= 5
38+
my_recording *= 2 # amplify volume
3939
if button_b.is_pressed():
4040
audio.play(my_recording, wait=False)
4141
level = 0

0 commit comments

Comments
 (0)