diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:17:34 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:17:34 +0200 |
commit | 8cd1f322f47d48cae6bb142aa778728983db883f (patch) | |
tree | 4fc24a7d6c07700c4eb3cbc679999ff2450e1356 /config/common/mpd | |
parent | 6cadbb9ce57152dd63ebf3ee58513963c635705e (diff) | |
parent | 0033f5386467f32dcee4dbb9cea0f92dd4fe9dc2 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/mpd')
-rw-r--r-- | config/common/mpd/mpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index dda6f45..606c8d4 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -18,3 +18,10 @@ audio_output { always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped. tags "yes" # httpd supports sending tags to listening streams. } + +audio_output { + type "fifo" + name "fifo" + path "~/.config/mpd/mpd.fifo" + format "44100:16:2" +} |