We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b598ec0 + 92aeabf commit 8beb908Copy full SHA for 8beb908
shared-bindings/audiomp3/MP3Decoder.c
@@ -35,7 +35,14 @@
35
#include "supervisor/shared/translate.h"
36
37
//| class MP3Decoder:
38
-//| """Load a mp3 file for audio playback"""
+//| """Load a mp3 file for audio playback
39
+//|
40
+//| .. note::
41
42
+//| ``MP3Decoder`` uses a lot of contiguous memory, so care should be given to
43
+//| optimizing memory usage. More information and recommendations can be found here:
44
+//| https://learn.adafruit.com/Memory-saving-tips-for-CircuitPython/reducing-memory-fragmentation
45
+//| """
46
//|
47
//| def __init__(self, file: typing.BinaryIO, buffer: WriteableBuffer) -> None:
48
0 commit comments