summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-19 22:22:58 -0500
committerzachir <zachir@librem.one>2025-07-19 22:22:58 -0500
commite50adaa6c0c65d30c5c97c4d4b7da47385cc32fe (patch)
treeeffc683d5f6eccf9ac8c063aabaf7f47a8a4660c /mpd
parent5cfc7613786ee6150a8778ecfc6cfe95158fa1b4 (diff)
parent3d3d9d5bdffcad1f32b99246591b9a03c4efe2ef (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles into cla
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 {