From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:13:30 +0000 (+0100) Subject: Move the PipeWire stanza up in the configuration file. X-Git-Tag: 4.3.2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aaaf0c96d7f120e15c2ae16a859eae0ee04f10f;p=thirdparty%2Fshairport-sync.git Move the PipeWire stanza up in the configuration file. --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 79ef16cf..78a79c7e 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -142,6 +142,16 @@ alsa = // disable_standby_mode_silence_scan_interval = 0.004; // Use this optional advanced setting to control how often the amount of audio remaining in the output buffer should be checked. }; +// Parameters for the "pw" PipeWire backend. +// For this section to be operative, Shairport Sync must be built with the following configuration flag: +// --with-pw +pw = +{ +// application_name = "Shairport Sync"; // Set this to the name that should appear in the Sounds "Applications" or "Volume Levels". +// node_name = "Shairport Sync"; // This appears in some PipeWire CLI tool outputs. +// sink_target = ""; // Leave this commented out to get the sink target already chosen by the PipeWire system. +}; + // Parameters for the "sndio" audio back end. All are optional. // For this section to be operative, Shairport Sync must be built with the following configuration flag: // --with-sndio @@ -154,16 +164,6 @@ sndio = // bufsz = ; // advanced optional setting to set the buffer size near to this value }; -// Parameters for the "pw" PipeWire backend. -// For this section to be operative, Shairport Sync must be built with the following configuration flag: -// --with-pw -pw = -{ -// application_name = "Shairport Sync"; // Set this to the name that should appear in the Sounds "Applications" or "Volume Levels". -// node_name = "Shairport Sync"; // This appears in some PipeWire CLI tool outputs. -// sink_target = ""; // Leave this commented out to get the sink target already chosen by the PipeWire system. -}; - // Parameters for the "pa" PulseAudio backend. // For this section to be operative, Shairport Sync must be built with the following configuration flag: // --with-pa