summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-21 06:15:36 -0500
committerZachIR <zachir@librem.one>2025-07-21 06:15:36 -0500
commit8f74840558d946c95b666a891bce9fc168cb299d (patch)
tree3cb89eff3d7ca36782b6ab7914da46c017088657 /mpd
parent9d3bcdaafb4e5e446672211b78e97ccae1c341d8 (diff)
parent4b766c45c32489d47af59a9d9b43c92857e321e8 (diff)
Merge branch 'master' into car
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 {