Commit 35e0497 1 parent fbc3735 commit 35e0497 Copy full SHA for 35e0497
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed 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
+ - ipewire: 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:
87
89
- `systemctl status avahi-daemon`
You can’t perform that action at this time.
0 commit comments