Add voice chat to your darts setup. Your darts caller announcements play through Mumble so everyone in the room hears them — no extra speakers needed.
SSH into your Pi and paste this command:
This takes 1-2 minutes. It adds the APT repository and installs packages.
http://<your-pi-ip>:8080 (shown at end of install)Add --tune to optimize your Pi for low-latency voice chat. This sets the CPU governor to performance mode, disables WiFi power saving, and overclocks Pi 5 to 2.8 GHz.
Safe to run anytime — skips settings already applied. Overclock requires a reboot.
To update to the latest version, just re-run the same install command. It will download the newest files and restart services. Your room config is preserved.
| No audio | Check that PipeWire is running: systemctl --user status pipewire. Try rebooting the Pi after first install. |
| Config UI offline | Check the service: sudo systemctl status dart-room-ui |
| Permission denied | Make sure you can run sudo on the Pi. The install needs root for package install and service setup. |
| Package errors | Check APT is configured: cat /etc/apt/sources.list.d/dart-room.list. Re-run sudo apt-get update && sudo apt-get install dart-room dart-room-ui. |