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

@@ -78,6 +78,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_sync_interval = SECONDS
Defines interval between syncing visualizer and audio outputs.
.TP
.B visualizer_type = spectrum/wave
Defines default visualizer type (spectrum is available only if ncmpcpp was compiled with fftw support).
.TP