From: Mike Brady Date: Thu, 28 Feb 2019 21:53:07 +0000 (+0000) Subject: set default for disable standby to 'never' X-Git-Tag: 3.3RC0~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182c0a31a4454636f97a152cf68a707368fa0670;p=thirdparty%2Fshairport-sync.git set default for disable standby to 'never' --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index e2ffeba4..9d4edcda 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -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.