Add more comments to the default configuration
This commit is contained in:
parent
bb0c7a0dc8
commit
4cc141bff1
|
@ -25,8 +25,12 @@ wininput = -1
|
|||
|
||||
#-1 indicates left and right, 0 left, 1 right.
|
||||
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
|
||||
devrecord = default
|
||||
# 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:
|
||||
# pactl list | grep pci- | grep monitor
|
||||
|
@ -68,7 +72,7 @@ filter_iter = 2
|
|||
filter_strength = .5
|
||||
|
||||
# How many bins per octave to use?
|
||||
freqbins = 24
|
||||
freqbins = 24
|
||||
|
||||
# For the final note information... How much to slack everything?
|
||||
note_attach_amp_iir = 0.3500
|
||||
|
|
Loading…
Reference in a new issue