new screen: music visualizer

This commit is contained in:
Andrzej Rybczak
2009-08-28 00:38:29 +02:00
parent bc1a8a2d1a
commit 75f9f840f7
11 changed files with 276 additions and 2 deletions

View File

@@ -17,6 +17,23 @@
#
#mpd_crossfade_time = "5"
#
##### music visualizer #####
##
## Note: In order to make music visualizer work you'll
## need to use mpd fifo output, whose format parameter
## has to be set to 44100:16:1. Example configuration:
## (it has to be put into mpd.conf)
##
## audio_output {
## type "fifo"
## name "My FIFO"
## path "/tmp/mpd.fifo"
## format "44100:16:1"
## }
##
#
#visualizer_fifo_path = ""
#
##### system encoding #####
##
## if you use encoding other than utf8, set it in