8000
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 e03798b + d1aaf38 commit bc24458Copy full SHA for bc24458
shared-bindings/audioio/__init__.c
@@ -27,11 +27,7 @@
27
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out>`_.
28
//|
29
//| Since CircuitPython 5, `RawSample` and `WaveFile` are moved
30
-//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`.
31
-//|
32
-//| For compatibility with CircuitPython 4.x, some builds allow the items in
33
-//| `audiocore` to be imported from `audioio`. This will be removed for all
34
-//| boards in a future build of CircuitPython."""
+//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`."""
35
36
static const mp_rom_map_elem_t audioio_module_globals_table[] = {
37
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_audioio) },
0 commit comments