You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,11 @@ It's necessary to allow Sunshine to use KMS
79
79
- `groups $USER`
80
80
81
81
- If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
82
-
1. `$ pacmd list-sources | grep "name:"` or `$ pactl info | grep Source` if running pipewire.
82
+
1. Check whether you're using Pulseaudio or Pipewire
83
+
- Pulseaudio: Use `pacmd list-sources | grep "name:"`
84
+
- Pipewire: 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.
83
85
2. Copy the name to the configuration option "audio_sink"
84
-
3. restart sunshine
86
+
3. Restart sunshine
85
87
86
88
- If you get "Error: Failed to create client: Daemon not running", ensure that your avahi-daemon is running:
0 commit comments