-
Notifications
You must be signed in to change notification settings - Fork 1
Home
One server. Multiple audio outputs. Whole-home audio with Music Assistant.
Version 4.0 is here! Guided setup wizard, custom sinks for multi-channel DACs, sound card profiles, and more. See what's new.
You want multi-room audio but:
- Commercial solutions are expensive - Sonos, HEOS cost $200-500 per room
- You already have speakers, amps, or DACs sitting unused
- You use Music Assistant and want additional audio endpoints
- You need flexibility - Different rooms, different requirements
Run a single Docker container on your NAS, Raspberry Pi, or Home Assistant server. Connect USB DACs or use built-in audio outputs. Each becomes an independent audio zone controllable from Music Assistant.
Your Server (NAS, Pi, HA, etc.)
|
[Container]
/ | \
DAC1 DAC2 DAC3
| | |
Kitchen Bedroom Patio
Players appear automatically in Music Assistant via the Sendspin protocol.
- Guided Setup Wizard - First-run experience walks you through configuration
- Web-Based Management - Create, control, and monitor players from any browser
- Auto-Discovery - Players automatically appear in Music Assistant
- Persistent Configuration - Settings survive restarts and updates
- Custom Sinks - Split multi-channel DACs or combine outputs
- Sound Card Profiles - Switch between stereo, multi-channel, and other modes
- Device Volume Limits - Set maximum volume limits per sound card for safety
- Test Tones - Verify audio routing during setup
- Native Add-on - Installs from the add-on store
- Sidebar Integration - Access from your HA dashboard
- PulseAudio Support - Works with HA's audio system
| I want to... | Go here |
|---|---|
| See what's new in 4.0 | What's New |
| Get running in 5 minutes | Getting Started |
| Use with Home Assistant | HAOS Add-on Guide |
| Split a multi-channel DAC | Custom Sinks Guide |
| Configure sound card modes | Sound Card Setup |
| Understand the code | Code Structure |
| Fix something broken | Troubleshooting |
docker run -d \
--name multiroom-audio \
-p 8096:8096 \
--device /dev/snd:/dev/snd \
ghcr.io/chrisuthe/multiroom-audio:latestThen open http://YOUR-SERVER-IP:8096 - the setup wizard will guide you through configuration.
- Add repository:
https://github.com/chrisuthe/squeezelite-docker - Install "Multi-Room Audio Controller" add-on
- Start and open from sidebar
- Follow the setup wizard
Connect USB DACs to your server. Create one player per DAC. Each room is independently controllable.
Have a 4-channel or 8-channel DAC? Use Custom Sinks to split it into separate stereo zones. One DAC powers multiple rooms.
Create Combine Sinks to merge multiple outputs. Play the same audio on kitchen and dining room for open floor plans or party mode.
-
Docker: Add
--device /dev/snd:/dev/snd - HAOS: Restart add-on after connecting USB devices
If you have custom devices in /etc/asound.conf (dmix, virtual devices, etc.), mount the config file:
volumes:
- /etc/asound.conf:/etc/asound.conf:ro- Try
nulldevice first (tests without audio hardware) - Check player logs in web interface
- Verify Music Assistant is running
- Wait 30-60 seconds for discovery
- Restart Music Assistant
- Check both containers/add-ons are on the same network
Getting Started
Installation
Configuration
Development
Links