Updated devrecord
- Made windows loopback device the default - Added instructions on how to do the same on Linux
This commit is contained in:
parent
737ae717bb
commit
56007d28eb
|
@ -29,7 +29,11 @@ sample_channel = -1
|
|||
# Sets the playback device for CNFA (what speakers to go to)
|
||||
devplay = default
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue