From 896d89e8d698a54acea6ec88479a0c38923a6de2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 17 Jun 2016 10:34:18 +0800 Subject: mpd: disable pulseaudio output --- linux/_mpdconf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'linux') diff --git a/linux/_mpdconf b/linux/_mpdconf index 77ffd7c..24f5e92 100644 --- a/linux/_mpdconf +++ b/linux/_mpdconf @@ -205,13 +205,13 @@ input { audio_output { type "alsa" name "My ALSA Device" -## device "hw:0,0" # optional -## format "44100:16:2" # optional -## mixer_type "hardware" # optional +# device "hw:0,0" # optional +# format "44100:16:2" # optional +# mixer_type "hardware" # optional mixer_type "software" # optional -## mixer_device "default" # optional -## mixer_control "PCM" # optional -## mixer_index "0" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional } # # An example of an OSS output: @@ -277,12 +277,12 @@ audio_output { # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # -audio_output { - type "pulse" - name "My Pulse Output" +#audio_output { +# type "pulse" +# name "My Pulse Output" ## server "remote_server" # optional ## sink "remote_server_sink" # optional -} +#} # # An example of a winmm output (Windows multimedia API). # -- cgit v1.2.2