use JACK output for mpd

This commit is contained in:
Nico 2021-05-11 20:22:36 +01:00
parent 151787996c
commit 8787a75c29
1 changed files with 7 additions and 2 deletions

View File

@ -25,7 +25,12 @@ path "/tmp/mpd.fifo"
format "44100:16:2"
}
#audio_output {
# type "pulse"
# name "pulse audio"
#}
audio_output {
type "pulse"
name "pulse audio"
type "jack"
name "jack output"
}