]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.conf
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 3 Jan 2025 15:08:47 +0000 (15:08 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 15:08:47 +0000 (15:08 +0000)
Fix a typo. Thanks to OptimoSupreme (https://github.com/OptimoSupreme) for finding it.

scripts/shairport-sync.conf

index 8423b807b50b1e75ac177b9d3ab8e216846e27ed..603c1d52b54e3317cb127e8798cd4925ff9bceee 100644 (file)
@@ -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 = <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