mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-29 22:20:24 +00:00
Adjust descriptions on the A/V page to discourage manual settings
This commit is contained in:
parent
f5e3353f82
commit
78737d7611
@ -452,10 +452,10 @@
|
||||
v-model="config.audio_sink"
|
||||
/>
|
||||
<div class="form-text">
|
||||
The name of the audio sink used for audio capture. If not set, the default audio device will be used.<br />
|
||||
You can find the name of the audio sink using the following command:<br />
|
||||
Manually specify a specific audio device to capture. If unset, the device is chosen automatically.<br />
|
||||
<b>We strongly recommend leaving this field blank to use automatic device selection!</b><br />
|
||||
If you have multiple audio devices with identical names, you can get the Device ID using the following command:<br />
|
||||
<pre>tools\audio-info.exe</pre>
|
||||
If you have multiple audio devices with identical names, use the Device ID instead.
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-3" v-if="platform === 'linux'">
|
||||
@ -511,8 +511,8 @@
|
||||
v-model="config.virtual_sink"
|
||||
/>
|
||||
<div class="form-text">
|
||||
The virtual sink is an audio device that's virtual (like Steam Streaming Speakers). It allows Sunshine to
|
||||
stream audio, while muting the host PC speakers.
|
||||
Manually specify a virtual audio device to use. If unset, the device is chosen automatically.<br />
|
||||
<b>We strongly recommend leaving this field blank to use automatic device selection!</b><br />
|
||||
</div>
|
||||
</div>
|
||||
<!--Install Steam Audio Drivers-->
|
||||
@ -538,7 +538,8 @@
|
||||
v-model="config.adapter_name"
|
||||
/>
|
||||
<div class="form-text" v-if="platform === 'windows'">
|
||||
You can select the GPU you want to stream:<br />
|
||||
Manually specify a GPU to use for capture. If unset, the GPU is chosen automatically.<br />
|
||||
<b>We strongly recommend leaving this field blank to use automatic GPU selection!</b><br />
|
||||
Note: This GPU must have a display connected and powered on.<br />
|
||||
The appropriate values can be found using the following command:<br />
|
||||
<pre>tools\dxgi-info.exe</pre>
|
||||
@ -555,7 +556,7 @@
|
||||
v-model="config.output_name"
|
||||
/>
|
||||
<div class="form-text">
|
||||
You can select the display you want to stream:<br />
|
||||
Manually specify a display to use for capture. If unset, the primary display is captured.<br />
|
||||
Note: If you specified a GPU above, this display must be connected to that GPU.<br />
|
||||
The appropriate values can be found using the following command:<br />
|
||||
tools\dxgi-info.exe<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user