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.
1 parent e30d510 commit 78a87c3Copy full SHA for 78a87c3
shared-bindings/audiomp3/__init__.c
@@ -31,7 +31,12 @@
31
32
#include "shared-bindings/audiomp3/MP3Decoder.h"
33
34
-//| """Support for MP3-compressed audio files"""
+//| """Support for MP3-compressed audio files
35
+//|
36
+//| For more infomration about working with MP3 files in CircuitPython,
37
+//| see `this CircuitPython Essentials Learn guide page
38
+//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-mp3-audio>`_.
39
+//| """
40
//|
41
42
STATIC const mp_rom_map_elem_t audiomp3_module_globals_table[] = {
0 commit comments