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 5a1223f commit fcdb988Copy full SHA for fcdb988
shared-bindings/audioio/__init__.c
@@ -42,6 +42,10 @@
42
//| call :py:meth:`!deinit` or use a context manager. See
43
//| :ref:`lifetime-and-contextmanagers` for more info.
44
//|
45
+//| For more information on working with this module, refer to the
46
+//| `CircuitPython Essentials Learn Guide
47
+//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out>`_.
48
+//|
49
//| Since CircuitPython 5, `RawSample` and `WaveFile` are moved
50
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`.
51
0 commit comments