Skip to content

Commit

Permalink
src: Update test_record.py.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Jan 18, 2024
1 parent 89e5204 commit c800ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
while button_a.is_pressed():
sleep(50)
display.clear()
my_recording *= 5
my_recording *= 2 # amplify volume
if button_b.is_pressed():
audio.play(my_recording, wait=False)
level = 0
Expand Down

0 comments on commit c800ba5

Please sign in to comment.