From: Mike Brady Date: Fri, 11 May 2018 10:24:29 +0000 (+0100) Subject: Update shairport-sync.conf X-Git-Tag: 3.2RC8~2^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8822ddf9834c44c8350fa87f2e36ef9e10efd7f;p=thirdparty%2Fshairport-sync.git Update shairport-sync.conf --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 417aeb38..ae2fe4e5 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -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