Updated devrecord

- Made windows loopback device the default
- Added instructions on how to do the same on Linux
This commit is contained in:
Sam Ellicott 2021-06-04 21:57:34 -04:00
parent 737ae717bb
commit 56007d28eb

View file

@ -29,7 +29,11 @@ sample_channel = -1
# Sets the playback device for CNFA (what speakers to go to) # Sets the playback device for CNFA (what speakers to go to)
devplay = default devplay = default
# Sets the device to get audio from, for WASAPI, "default" searches for a mic, and "defaultRender" searches for your loopback. # Sets the device to get audio from, for WASAPI, "default" searches for a mic, and "defaultRender" searches for your loopback.
# devrecord = default devrecord = defaultRender
# On linux for PulseAudio @DEFAULT_SOURCE@ selects the default input (typically a microphone)
# @DEFAULT_MONITOR@ selects the default loopback device
# devrecord = @DEFAULT_MONITOR@
#Render #Render