From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:08:47 +0000 (+0000) Subject: Update shairport-sync.conf X-Git-Tag: 4.3.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39781ece713bb52092b00314637df45dbadd17f5;p=thirdparty%2Fshairport-sync.git Update shairport-sync.conf Fix a typo. Thanks to OptimoSupreme (https://github.com/OptimoSupreme) for finding it. --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 8423b807..603c1d52 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -128,7 +128,7 @@ alsa = // output_rate = "auto"; // can be "auto", 44100, 88200, 176400 or 352800, but the device must have the capability. // output_format = "auto"; // can be "auto", "U8", "S8", "S16", "S16_LE", "S16_BE", "S24", "S24_LE", "S24_BE", "S24_3LE", "S24_3BE", "S32", "S32_LE" or "S32_BE" but the device must have the capability. Except where stated using (*LE or *BE), endianness matches that of the processor. -// disable_synchronization = "no"; // Set to "yes" to disable synchronization. Default is "no" This is really meant for troubleshootingG. +// disable_synchronization = "no"; // Set to "yes" to disable synchronization. Default is "no" This is really meant for troubleshooting. // period_size = ; // Use this optional advanced setting to set the alsa period size near to this value // buffer_size = ; // Use this optional advanced setting to set the alsa buffer size near to this value