From a7772cd276588fcec11c7d080a258dd1b50c21f0 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 15 Jun 2023 21:05:24 +0100 Subject: mpd: added pipewire as audio output --- mpd.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mpd.conf') diff --git a/mpd.conf b/mpd.conf index 7f593ef..96d72ba 100755 --- a/mpd.conf +++ b/mpd.conf @@ -217,15 +217,15 @@ input { # # An example of an ALSA output: # - audio_output { - type "alsa" - name "My ALSA Device" -# device "hw:0,0" # optional -# mixer_type "hardware" # optional -# mixer_device "default" # optional -# mixer_control "PCM" # optional -# mixer_index "0" # optional -} +# audio_output { +# type "alsa" +# name "My ALSA Device" +# # device "hw:0,0" # optional +# # mixer_type "hardware" # optional +# # mixer_device "default" # optional +# # mixer_control "PCM" # optional +# # mixer_index "0" # optional +# } # audio_output { # type "fifo" @@ -297,13 +297,13 @@ input { # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # -#audio_output { -# type "pulse" -# name "My Pulse Output" +audio_output { + type "pipewire" + name "Pipewire Playback" ## server "remote_server" # optional ## sink "remote_server_sink" # optional ## media_role "media_role" #optional -#} +} # # An example of a winmm output (Windows multimedia API). # -- cgit v1.2.1