Provide option to select the source for audio on Linux
This commit is contained in:
parent
29098a8f1d
commit
15dd6b3cd0
5 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue