]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add entries for period size and buffer size.
authorMike Brady <mikebrady@eircom.net>
Wed, 30 Mar 2016 12:35:36 +0000 (12:35 +0000)
committerMike Brady <mikebrady@eircom.net>
Wed, 30 Mar 2016 12:35:36 +0000 (12:35 +0000)
scripts/shairport-sync.conf

index 9c4371d4af643616cdff396778bae31b1d2c9d29..810903648a409ca5f2391a63427f98992b835e00 100644 (file)
@@ -49,6 +49,8 @@ alsa =
 //  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".
+//  period_size = <number>; // Use this optional advanced setting to set the alsa period size near to this value
+//  buffer_size = <number>; // Use this optional advanced setting to set the alsa buffer size near to this value
 };
 
 // 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.