From d332f11101f428249c3e595ba43a8f4c41c96ab2 Mon Sep 17 00:00:00 2001 From: loki-47-6F-64 Date: Sat, 25 Sep 2021 13:12:13 +0200 Subject: [PATCH] Update instructions in the config file --- assets/sunshine.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sunshine.conf b/assets/sunshine.conf index 7ada209f..d8a1f4b4 100644 --- a/assets/sunshine.conf +++ b/assets/sunshine.conf @@ -140,7 +140,7 @@ # You can find the name of the audio sink using the following command: # !! Linux only !! # pacmd list-sinks | grep "name:" if running vanilla pulseaudio -# pactl info | grep Source` if running pipewire +# pPipewire: Use `pactl info | grep Source`. In some causes you'd need to use the `sink` device. Try `pactl info | grep Sink`, if _Source_ doesn't work # audio_sink = alsa_output.pci-0000_09_00.3.analog-stereo # # !! Windows only !!