Select audio endpoint based on config option audio_sink on Windows
This commit is contained in:
parent
afbc7d894f
commit
9f0a5825f0
2 changed files with 24 additions and 8 deletions
|
|
@ -62,9 +62,13 @@ fec_percentage = 10
|
|||
# If you do not specify this variable, pulseaudio will select the default monitor device.
|
||||
#
|
||||
# You can find the name of the audio sink using the following command:
|
||||
# !! Linux only !!
|
||||
# pacmd list-sources | grep "name:"
|
||||
# audio_sink = alsa_output.pci-0000_09_00.3.analog-stereo.monitor
|
||||
|
||||
#
|
||||
# !! Windows only !!
|
||||
# tools\audio-info.exe
|
||||
# audio_sink = {0.0.0.00000000}.{FD47D9CC-4218-4135-9CE2-0C195C87405B}
|
||||
|
||||
# !! Windows only !!
|
||||
# You can select the video card you want to stream:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue