1
0
forked from extern/nix-config

meta: Add visualization support

This should have an insignificant impact on performance, so it doesn't
hurt to have the option to run a visualizer with ncmpcpp or other
applications.
This commit is contained in:
Donovan Glover 2023-03-21 09:34:07 -04:00
parent 2f06d001cb
commit 292e3e8e2b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 14 additions and 0 deletions

View File

@ -13,4 +13,11 @@ audio_output {
name "PipeWire Sound Server"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
auto_update "yes"

View File

@ -21,3 +21,10 @@ allow_for_physical_item_deletion = "no"
mouse_support = "no"
execute_on_song_change = "~/.config/mpd/mpdnotify"
# Visualizer support
visualizer_data_source = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_in_stereo = "yes"
visualizer_type = "spectrum"
visualizer_look = "+|"