This is a python program for controlling Dante network audio devices (and possibly others in the future). It's early, so expect things to break or switches to change. Use this at your own risk; it's not ready for anything other than a test environment and could make the devices behave unexpectedly. The first goal is to do everything that Dante Controller can do that would be useful for control of the devices from a command-line interface or within scripts.
For more information, check out the gearspace discussion.
To install from PyPI:
uv tool install netaudio
Or with pip/pipx:
pip install netaudio
To install from a clone:
uv sync
uv run netaudio
To install from AUR, build the package with aur/python-netaudio.
Run netaudio if installed globally, or uv run netaudio from a clone.
Run tests:
uv run pytest
Lint and format:
uv run ruff check .
uv run ruff format .
$ claude mcp add network-audio-controller \
-- python -m otcore.mcp_server <graph>