summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-07-21 09:48:12 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-07-21 09:48:12 -0500
commit49cde0e9c380d1165713b7583359db7f4df6ab06 (patch)
treef75903c0a874e987a76950d51ab6487e7e09a539 /mpd
parent458bb7005b0714ffa78916e295425ad8ec9f62fc (diff)
parent4b766c45c32489d47af59a9d9b43c92857e321e8 (diff)
Merge remote-tracking branch 'origin/master' into mac
Diffstat (limited to 'mpd')
-rw-r--r--mpd/mpd.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
index e26dbd1..755f1c8 100644
--- a/mpd/mpd.conf
+++ b/mpd/mpd.conf
@@ -275,11 +275,18 @@ input {
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
+#audio_output {
+# type "pulse"
+# name "My Pulse Output"
+## server "remote_server" # optional
+## sink "remote_server_sink" # optional
+#}
+#
+# Pipewire output
+#
audio_output {
- type "pulse"
- name "My Pulse Output"
-# server "remote_server" # optional
-# sink "remote_server_sink" # optional
+ type "pipewire"
+ name "Pipewire Sound Server"
}
audio_output {