Skip to content

Commit 57375ae

Browse files
committed
Switched to mp3s that we own the rights to
1 parent dbacbe8 commit 57375ae

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

CircuitPython_Essentials/CircuitPython_Audio_Out_MP3/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
button.switch_to_input(pull=digitalio.Pull.UP)
2121

2222
# The listed mp3files will be played in order
23-
mp3files = ["begins.mp3", "xfiles.mp3"]
23+
mp3files = ["slow.mp3", "happy.mp3"]
2424

2525
# You have to specify some mp3 file when creating the decoder
2626
mp3 = open(mp3files[0], "rb")
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)