]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.conf
authorMike Brady <mikebrady@eircom.net>
Fri, 11 May 2018 10:24:29 +0000 (11:24 +0100)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 10:24:29 +0000 (11:24 +0100)
scripts/shairport-sync.conf

index 417aeb38dd1c7e14edc521177b699b5d457e8371..ae2fe4e599f13a2b568dc12880bdbf0b953b99d0 100644 (file)
@@ -48,7 +48,7 @@ general =
 //    as "org.gnome.ShairportSync" on the whichever bus you specify here: "system" (default) or "session".
 };
 
-// Advanced parameters for controlling how a Shairport Sync runs
+// Advanced parameters for controlling how Shairport Sync runs a play session
 sessioncontrol = 
 {
 //     run_this_before_play_begins = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the shebang (#!/bin/...) on the first line
@@ -56,6 +56,7 @@ sessioncontrol =
 //     wait_for_completion = "no"; // set to "yes" to get Shairport Sync to wait until the "run_this..." applications have terminated before continuing
 //     allow_session_interruption = "no"; // set to "yes" to allow another device to interrupt Shairport Sync while it's playing from an existing audio source
 //     session_timeout = 120; // wait for this number of seconds after a source disappears before terminating the session and becoming available again.
+//     fixed_latency = 88200; // set this between 441 and 110250 to override the latency requested by the AirPlay source.
 };
 
 // Back End Settings