new feature: support for stereo visualization
This commit is contained in:
@@ -75,8 +75,11 @@ Default number of seconds to crossfade, if enabled by ncmpcpp.
|
||||
.B mpd_communication_mode = MODE
|
||||
If set to 'polling', ncmpcpp will constantly poll mpd for its status. If set to 'notifications', ncmppcp will make use of 'idle' command and wait for events. This is more efficient and responsive, but may cause some trouble with <mpd-0.15, so if you run such version and encounter strange bugs (e.g. current track time not being updated), you will either have to use 'polling' or upgrade your mpd.
|
||||
.TP
|
||||
.B visualizer_in_stereo = yes/no
|
||||
Should be set to 'yes', if fifo output's format was set to 44100:16:2.
|
||||
.TP
|
||||
.B visualizer_fifo_path = PATH
|
||||
Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be 44100:16:1)
|
||||
Path to mpd fifo output. This is needed to make music visualizer work (note that output sound format of this fifo has to be either 44100:16:1 or 44100:16:2, depending on whether you want mono or stereo visualization)
|
||||
.TP
|
||||
.B visualizer_output_name = NAME
|
||||
Name of output that provides data for visualizer. Needed to keep sound and visualization in sync.
|
||||
|
||||
Reference in New Issue
Block a user