snapcast/client/debian/control
2018-03-02 08:41:25 +01:00

21 lines
1 KiB
Text

Source: snapclient
Section: utils
Priority: extra
Maintainer: Johannes Pohl <snapcast@badaix.de>
Build-Depends: debhelper (>= 9.0.0), libc6-dev, dh-systemd, libasound2-dev, libavahi-client-dev (>= 0.6.16), libflac-dev (>= 1.3.0), libogg-dev (>= 1.0rc3), libvorbis-dev (>= 1.1.2)
Standards-Version: 3.8.4
Homepage: https://github.com/badaix/snapcast
Package: snapclient
Architecture: any
Depends: adduser, ${shlibs:Depends}, ${misc:Depends}
Description: Snapcast client
Snapcast is a multi-room 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 multi-room solution.
.
The server's audio input is a named pipe `/tmp/snapfifo`. All data that is fed
into this file will be send to the connected clients. One of the most generic
ways to use Snapcast is in conjunction with the music player daemon or Mopidy,
which can be configured to use a named pipe as audio output.