support user-defined interval between syncing visualizer and audio outputs

This commit is contained in:
Andrzej Rybczak
2010-02-19 14:37:41 +01:00
parent 4bd9e9af79
commit be732f2f9d
5 changed files with 23 additions and 1 deletions

View File

@@ -47,6 +47,16 @@
#visualizer_output_name = ""
#
##
## Note: Below parameter defines how often ncmpcpp
## has to "synchronize" visualizer and audio outputs.
## 30 seconds is optimal value, but if you experience
## synchronization problems, set it to lower value.
## Keep in mind that sane values start with >=10.
##
#
#visualizer_sync_interval = "30"
#
##
## Note: To enable spectrum frequency visualization
## you need to compile ncmpcpp with fftw3 support.
##