Provide option to select the source for audio on Linux

This commit is contained in:
loki
2020-01-18 00:58:27 +01:00
parent 29098a8f1d
commit 15dd6b3cd0
5 changed files with 30 additions and 2 deletions

View File

@@ -57,6 +57,13 @@ fec_percentage = 10
# If back_button_timeout < 0, then the Home/Guide button will not be emulated
# back_button_timeout = 2000
# The name of the audio sink used for Audio Loopback
# If you do not specify this variable, pulseaudio will select a default device, which could be a microphone instead of a speaker
#
# You can find the name of the audio sink using the following command:
# pacmd list-sources | grep "name:"
# audio_sink = alsa_output.pci-0000_09_00.3.analog-stereo.monitor
###############################################
# FFmpeg software encoding parameters