Update default.conf
Fix default dev recording and explain
This commit is contained in:
parent
99aefdef87
commit
303d164e43
|
@ -20,7 +20,7 @@ channels = 2
|
|||
samplerate = 44100
|
||||
wininput = -1
|
||||
|
||||
#Compiled version will default to PULSE on Linux, WIN (winmm) on Windows and ANDROID on Android
|
||||
#Compiled version will default to PULSE (or ALSA) on Linux, WASAPI (winmm) [or WIN for winmm] on Windows and ANDROID on Android
|
||||
# sound_source = ALSA
|
||||
sound_source = WASAPI
|
||||
|
||||
|
@ -28,9 +28,8 @@ sound_source = WASAPI
|
|||
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
|
||||
# Sets the device to get audio from, for WASAPI, "default" searches for a mic, and "defaultRender" searches for your loopback.
|
||||
# devrecord = default
|
||||
# For WASAPI, if speaker loopback is desired use the following line
|
||||
devrecord = default
|
||||
#Render
|
||||
|
||||
|
|
Loading…
Reference in a new issue