diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-13 14:16:57 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-13 14:16:57 +0100 |
commit | 28382a09b9f500c79f8497a4516d084353353677 (patch) | |
tree | a4f1c19386426b9d016796e4d689fb23132a1847 /doc/ncmpcpp.1 | |
parent | b2ffa001a124608e5d6d2ce3801aa93be9a6bde6 (diff) |
Fix default value of visualizer_spectrum_dft_size
Diffstat (limited to 'doc/ncmpcpp.1')
-rw-r--r-- | doc/ncmpcpp.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 6a8acbfa..52580ec2 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -106,7 +106,7 @@ Automatically scale visualizer size. For 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. .TP .B visualizer_spectrum_dft_size = NUMBER -For spectrum visualizer, 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. +For spectrum visualizer, a value between 0 and 4 inclusive. Specifying a larger value makes the visualizer look at a larger slice of time, which results in less jumpy visualizer output. .TP .B visualizer_spectrum_hz_min = Hz For spectrum visualizer, left-most frequency of visualizer, must be less than HZ MAX. |