Add travis ci badge

This commit is contained in:
Johannes Pohl 2017-10-21 18:10:43 +02:00 committed by GitHub
parent a08f7d816a
commit a121ad6058

View file

@ -3,7 +3,10 @@ Snapcast
![Snapcast](https://raw.githubusercontent.com/badaix/snapcast/master/doc/Snapcast_800.png)
**S**y**n**chronous **a**udio **p**layer
**S**y**n**chronous **a**udio **p**layer
[![Build Status](
https://travis-ci.org/badaix/snapcast.svg?branch=mast)](https://travis-ci.org/badaix/snapcast)
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 ([MPD](http://www.musicpd.org/)) or [Mopidy](https://www.mopidy.com/), which can be configured to use a named pipe as audio output.