diff options
Diffstat (limited to 'mpd.conf')
-rwxr-xr-x | mpd.conf | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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). # |