add visualizer_sample_multiplier config option

This commit is contained in:
Andrzej Rybczak
2014-09-02 19:59:31 +02:00
parent 64b85d5d4f
commit 84c90868a1
10 changed files with 71 additions and 5 deletions

View File

@@ -439,6 +439,9 @@
#def_key "m"
# toggle_media_library_sort_mode
#
#def_key "m"
# set_visualizer_sample_multiplier
#
#def_key "n"
# move_sort_order_down
#

View File

@@ -70,6 +70,12 @@
#visualizer_in_stereo = yes
#
##
## Multiply received samples by given value. Very
## useful for proper visualization of quiet music.
##
#visualizer_sample_multipler = 1
#
##
## Note: Below parameter defines how often ncmpcpp
## has to "synchronize" visualizer and audio outputs.
## 30 seconds is optimal value, but if you experience

View File

@@ -66,6 +66,9 @@ Path to mpd fifo output. This is needed to make music visualizer work (note that
.B visualizer_output_name = NAME
Name of output that provides data for visualizer. Needed to keep sound and visualization in sync.
.TP
.B visualizer_sample_multiplier = NUMBER
Multiply received samples by given value. Very useful for proper visualization of quiet music.
.TP
.B visualizer_sync_interval = SECONDS
Defines interval between syncing visualizer and audio outputs.
.TP