From: Mike Brady Date: Wed, 20 Jun 2018 21:23:51 +0000 (+0100) Subject: Update README.md X-Git-Tag: 3.2RC12~4^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed836b5fc4679c10f0645d6177003224485ba07;p=thirdparty%2Fshairport-sync.git Update README.md --- diff --git a/README.md b/README.md index 20ef018f..fd487a77 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ What else? * Metadata — Shairport Sync can deliver metadata supplied by the source, such as Album Name, Artist Name, Cover Art, etc. through a pipe or UDP socket to a recipient application program — see https://github.com/mikebrady/shairport-sync-metadata-reader for a sample recipient. Sources that supply metadata include iTunes and the Music app in iOS. * Raw Audio — Shairport Sync can deliver raw PCM audio to standard output or to a pipe. This output is delivered synchronously with the source after the appropriate latency and is not interpolated or "stuffed" on its way through Shairport Sync. * Autotools and Libtool Support — the Shairport Sync build process uses GNU `autotools` and `libtool` to examine and configure the build environment — important for portability and for cross compilation. Previous versions of Shairport looked at the current system to determine which packages were available, instead of looking at the target system for what packages were available. -* A native mqtt interface for metadata and/or controls +* A native [MQTT](https://en.wikipedia.org/wiki/MQTT) interface for metadata and/or controls. Heritage -------