Make fps of the visualizer configurable and set it to 60 by default

This commit is contained in:
Andrzej Rybczak
2020-12-14 14:19:19 +01:00
parent b8983b93ec
commit b602b198cd
6 changed files with 20 additions and 8 deletions

View File

@@ -84,6 +84,8 @@
##
#visualizer_type = wave
#
#visualizer_fps = 60
#
#visualizer_autoscale = no
#
#visualizer_look = ●▮

View File

@@ -100,6 +100,9 @@ Defines visualizer's look (string has to be exactly 2 characters long: first one
.B visualizer_color = COLORS
Comma separated list of colors to be used in music visualization.
.TP
.B visualizer_fps = FPS
The amount of frames per second for the visualizer.
.TP
.B visualizer_autoscale = yes/no
Automatically scale visualizer size.
.TP