summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-18 23:25:11 -0500
committerzachir <zachir@librem.one>2025-07-18 23:25:11 -0500
commit3e9a0b3eb3926de7a04be493300fa105229a2b2e (patch)
tree36ad69c880cfdd10d620e16a4b3cc20c825f4aa2 /mpd
parentcae8602e4ee483c27ce820f1442fd1ac964748ad (diff)
parent3d3d9d5bdffcad1f32b99246591b9a03c4efe2ef (diff)
Merge branch 'master' into cascas
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 {