Typo ipewire

This commit is contained in:
Tobias Nordahl Kristensen 2021-09-13 17:17:32 +02:00 committed by GitHub
parent 35e0497f86
commit fea650fbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ It's necessary to allow Sunshine to use KMS
- If Sunshine sends audio from the microphone instead of the speaker, try the following steps: - If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
1. Check whether you're using Pulseaudio or Pipewire 1. Check whether you're using Pulseaudio or Pipewire
- Pulseaudio: Use `pacmd list-sources | grep "name:"` - Pulseaudio: Use `pacmd list-sources | grep "name:"`
- 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. - 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.
2. Copy the name to the configuration option "audio_sink" 2. Copy the name to the configuration option "audio_sink"
3. Restart sunshine 3. Restart sunshine