diff options
author | ZachIR <zachir@librem.one> | 2025-07-21 06:15:36 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-21 06:15:36 -0500 |
commit | 8f74840558d946c95b666a891bce9fc168cb299d (patch) | |
tree | 3cb89eff3d7ca36782b6ab7914da46c017088657 /mpd | |
parent | 9d3bcdaafb4e5e446672211b78e97ccae1c341d8 (diff) | |
parent | 4b766c45c32489d47af59a9d9b43c92857e321e8 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/mpd.conf | 15 |
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 { |