diff --git a/dot_config/mpd/mpd.conf b/dot_config/mpd/mpd.conf index 54cde85..5a6848e 100644 --- a/dot_config/mpd/mpd.conf +++ b/dot_config/mpd/mpd.conf @@ -213,6 +213,14 @@ input { # blocks. Setting this block is optional, though the server will only attempt # autodetection for one sound card. # + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" + } + # An example of an ALSA output: # #audio_output {