]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
set default for disable standby to 'never'
authorMike Brady <mikebrady@eircom.net>
Thu, 28 Feb 2019 21:53:07 +0000 (21:53 +0000)
committerMike Brady <mikebrady@eircom.net>
Thu, 28 Feb 2019 21:53:07 +0000 (21:53 +0000)
scripts/shairport-sync.conf

index e2ffeba4ab12e4f5ef285639813a6c7f59a6cef9..9d4edcdaf068dcc5157adeb2276ab40150d29089 100644 (file)
@@ -86,7 +86,7 @@ alsa =
 //     use_mmap_if_available = "yes"; // Use this optional advanced setting to control whether MMAP-based output is used to communicate  with the DAC. Default is "yes"
 //     use_hardware_mute_if_available = "no"; // Use this optional advanced setting to control whether the hardware in the DAC is used for muting. Default is "no", for compatibility with other audio players.
 //     maximum_stall_time = 0.200; // Use this optional advanced setting to control how long to wait for data to be consumed by the output device before considering it an error. It should never approach 200 ms.
-//     disable_standby_mode = "while_active"; // Some DACs make small "popping" noises when they go in and out of standby mode. Settings can be: "always", "while_active" or "never". Default is "while_active". You can use "yes" instead of "always" and "no instead of "never".
+//     disable_standby_mode = "never"; // Some DACs make small "popping" noises when they go in and out of standby mode. Settings can be: "always", "while_active" or "never". Default is "never", but only for backwards compatibility. You can use "yes" instead of "always" and "no instead of "never".
 };
 
 // Parameters for the "sndio" audio back end. All are optional.