// 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 = "<sink target name>"; // 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
// bufsz = <number>; // 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 = "<sink target name>"; // 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