summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-07-22 17:37:02 +0200
committerMike Brady <mikebrady@eircom.net>2017-07-22 17:37:02 +0200
commitede276d4afd15916e2ec6c859f4b9dbf6fbeadae (patch)
tree88d479d263a4373240bd0051cfe6f7b0f8478806 /scripts
parent5e9b66b7e4c3b89f99e92aca6d254cf3fc6820aa (diff)
Allow a zero silent lead-in time.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/shairport-sync.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf
index 3fcbac0..ed471ea 100644
--- a/scripts/shairport-sync.conf
+++ b/scripts/shairport-sync.conf
@@ -41,7 +41,7 @@ general =
// audio_backend_latency_offset_in_seconds = 0.0; // Set this offset to compensate for a fixed delay in the audio back end. E.g. if the output device delays by 100 ms, set this to -0.1.
// audio_backend_buffer_desired_length_in_seconds = 0.15; // If set too small, buffer underflow occurs on low-powered machines. Too long and the response time to volume changes becomes annoying. Default is 0.15 seconds in the alsa backend, 0.35 seconds in the pa backend and 1.0 seconds otherwise.
-// audio_backend_silent_lead_in_time = 2.0; // Use this optional advanced setting, between 0.050 and 4.0 seconds, to set the length of the period of silence that precedes the start of the audio. The default is the latency, usually 2.0 seconds. Values greater than the latency are ignored.
+// audio_backend_silent_lead_in_time = 2.0; // This optional advanced setting, from 0.0 and 4.0 seconds, sets the length of the period of silence that precedes the start of the audio. The default is the latency, usually 2.0 seconds. Values greater than the latency are ignored. Values that are too low will affect initial synchronisation.
};