Update .config/mpd/mpd.conf

This commit is contained in:
punkfairie 2024-08-04 15:48:55 -07:00
parent 7d279a8313
commit 23ae88c354
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -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 {