]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update README.md
authorMike Brady <mikebrady@eircom.net>
Wed, 20 Jun 2018 21:23:51 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 21:23:51 +0000 (22:23 +0100)
README.md

index 20ef018f6c4fd22b7819ee71df7ec36e7cda020d..fd487a77f9bdec5790a355d2e3e3a2d8126f546e 100644 (file)
--- 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
 -------