You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
5 lines
225 B
Python
5 lines
225 B
Python
# AudioManager - Centralized Audio Management Service for MicroPythonOS
|
|
# Registry-based audio routing with device descriptors and session control
|
|
|
|
from .audiomanager import AudioManager, Player, Recorder, StereoNotSupported
|