mpd: Use pipewire as the audio output

Now that pipewire is more mainstream, we don't have to worry about using
alsa or pulseaudio here which, from what I remember, took more effort
to set up.
This commit is contained in:
Donovan Glover 2022-03-22 11:09:17 -04:00
parent d45807e590
commit f8d10629e5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,4 +8,9 @@ pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
auto_update "yes"