Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snapcast: add package snapserver and snapclient
Snapcast [1] is a multiroom client-server audio player, where all clients are time synchronized with the server to play perfectly synced audio. It's not a standalone player, but an extension that turns your existing audio player into a Sonos-like multiroom solution. Audio is captured by the server and routed to the connected clients. Several players can feed audio to the server in parallel and clients can be grouped to play the same audio stream. One of the most generic ways to use Snapcast is in conjunction with the music player daemon (MPD) [1] or Mopidy [2]. [1]: https://github.com/badaix/snapcast [2]: http://www.musicpd.org/ [3]: https://www.mopidy.com/ Fixes: #23924 Signed-off-by: Szabolcs Hubai <[email protected]>
- Loading branch information