diff options
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -94,6 +94,31 @@ ## #visualizer_color = 41, 83, 119, 155, 185, 215, 209, 203, 197, 161 # +## +## Note: The next few visualization options apply to the spectrum visualizer +## +# +## Use unicode block characters for a smoother, more continuous look. +## This will override the visualizer_look option. With transparent terminals +## and visualizer_in_stereo set, artifacts may be visible on the bottom half of +## the visualization. +# +#visualizer_spectrum_smooth_look = yes +# +## A value between 0 and 5 inclusive. Specifying a larger value makes the +## visualizer look at a larger slice of time, which results less jumpy +## visualizer output. +# +#visualizer_spectrum_dft_size = 2 +# +## Left-most frequency of visualizer in Hz, must be less than HZ MAX +# +#visualizer_spectrum_hz_min = 20 +# +## Right-most frequency of visualizer in Hz, must be greater than HZ MIN +# +#visualizer_spectrum_hz_max = 20000 +# ##### system encoding ##### ## ## ncmpcpp should detect your charset encoding but if it failed to do so, you |