blob: 850db21c0d693d85ef9f57e667f34ca81f61887a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
visualizer.fps=30
#Currently available ones are "mpd", "pulse", and "alsa". Defaults to "mpd".
audio.sources=pulse
audio.stereo.enabled=false
colors.scheme=custom1
#Available smoothing options are monstercat, sgs, none.
visualizer.spectrum.smoothing.mode=monstercat
visualizer.spectrum.character=▆
visualizer.spectrum.bar.width=2
visualizer.spectrum.bar.spacing=1
#This configures the sgs smoothing effect on the spectrum visualizer. More points spreads out the smoothing
visualizer.sgs.smoothing.points=5
visualizer.sgs.smoothing.passes=2
|