Clarifying config comments
This commit is contained in:
parent
d291fc224a
commit
bf95be1226
|
@ -27,9 +27,9 @@ wininput = -1
|
|||
sample_channel = -1
|
||||
# Sets the playback device for CNFA (what speakers to go to)
|
||||
devplay = default
|
||||
# Sets the device to get audio from, default searches for a mic
|
||||
# Sets the device to get audio from, for WASAPI, "default" searches for a mic
|
||||
devrecord = default
|
||||
# If speaker loopback is desired use the following line
|
||||
# For WASAPI, if speaker loopback is desired use the following line
|
||||
#devrecord = defaultRender
|
||||
|
||||
# For Linux mostly use the following command to find valid devices to read from:
|
||||
|
|
Loading…
Reference in a new issue