From: Mike Brady Date: Sat, 26 Mar 2016 21:53:09 +0000 (+0000) Subject: Add new alsa option -- disable_synchronization X-Git-Tag: 2.9.5.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdca17558dec983c2a576d17a54497c16be5d803;p=thirdparty%2Fshairport-sync.git Add new alsa option -- disable_synchronization --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 23fa17ba..9c4371d4 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -48,6 +48,7 @@ alsa = // mixer_device = "default"; // the mixer_device default is whatever the output_device is. Normally you wouldn't have to use this. // audio_backend_latency_offset = 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 -4410. // audio_backend_buffer_desired_length = 6615; // If set too small, buffer underflow occurs on low-powered machines. Too long and the response times with software mixer become annoying. +// disable_synchronization = "no"; // Set to "yes" to disable synchronization. Default is "no". }; // These are parameters for the "pipe" audio back end, a back end that directs raw CD-style audio output to a pipe. No interpolation is done.