Slightly change default config
This commit is contained in:
parent
4eb0eb8d4a
commit
69dcc03f39
|
@ -28,9 +28,9 @@ 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
|
||||
devrecord = default
|
||||
# devrecord = default
|
||||
# For WASAPI, if speaker loopback is desired use the following line
|
||||
#devrecord = defaultRender
|
||||
devrecord = defaultRender
|
||||
|
||||
# For Linux mostly use the following command to find valid devices to read from:
|
||||
# pactl list | grep pci- | grep monitor
|
||||
|
@ -95,8 +95,7 @@ note_out_chop = 0.05000
|
|||
|
||||
|
||||
# This is a vornoi thing:
|
||||
outdrivers = OutputVoronoi, DisplayArray
|
||||
# outdrivers = DisplayPie, DisplayArray
|
||||
# outdrivers = OutputVoronoi, DisplayArray
|
||||
lightx = 64
|
||||
lighty = 32
|
||||
fromsides = 1
|
||||
|
@ -105,5 +104,12 @@ satamp = 5.000
|
|||
amppow = 2.510
|
||||
distpow = 1.500
|
||||
|
||||
outdrivers = DisplayArray, OutputLinear
|
||||
# outdrivers = DisplayPie, OutputLinear
|
||||
leds = 64
|
||||
pie_min = 0.18
|
||||
pie_max = 0.3
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue