Skip to content

Commit 26b8dec

Browse files
committed
raspberrypi: Enable mp3 playback
The rp2040 is _very_ marginal for mp3 playback, and currently sometimes triggers a bug that gives garbled audio output. However, it does work for some limited situations.
1 parent be9e045 commit 26b8dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ endif
2525

2626
CIRCUITPY_FRAMEBUFFERIO = 1
2727
CIRCUITPY_FULL_BUILD = 1
28+
CIRCUITPY_AUDIOMP3 ?= 1
2829
CIRCUITPY_BITOPS = 1
2930
CIRCUITPY_PWMIO = 1
3031
CIRCUITPY_RGBMATRIX = 1
@@ -47,7 +48,6 @@ CIRCUITPY_AUDIOPWMIO ?= 1
4748

4849
# These libraries require Cortex M4+ for fancy math instructions.
4950
CIRCUITPY_AUDIOMIXER ?= 0
50-
CIRCUITPY_AUDIOMP3 ?= 0
5151

5252
INTERNAL_LIBM = 1
5353

0 commit comments

Comments
 (0)