diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-27 12:14:41 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-27 12:14:41 +0100 |
commit | bd4b33ba6f876e008cc9cefdda1ec888cbc97f36 (patch) | |
tree | 242ed8ae456afc10bbd36b16d52b97d57c9d25f9 /mpd | |
parent | 2fa9bdfb018f36186c9771e9f5445a2c0658976f (diff) |
Enables fifo visualizer
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/mpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 6b045ca..55d5fc8 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -228,6 +228,13 @@ audio_output { type "pipewire" name "Pipewire Sound Server" } + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} # # An example of an OSS output: # |