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:
parent
2f06d001cb
commit
292e3e8e2b
@ -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"
|
||||
|
@ -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 = "+|"
|
||||
|
Loading…
Reference in New Issue
Block a user