diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 10:34:18 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 10:34:18 +0800 |
commit | 896d89e8d698a54acea6ec88479a0c38923a6de2 (patch) | |
tree | d310670c8c6bd8e7b8e9d5372b30019977326aaf /linux/_mpdconf | |
parent | 4ac4815d258b627519b9aaeabc59a5d6ae129222 (diff) | |
download | dotfiles-896d89e8d698a54acea6ec88479a0c38923a6de2.tar.bz2 |
mpd: disable pulseaudio output
Diffstat (limited to 'linux/_mpdconf')
-rw-r--r-- | linux/_mpdconf | 20 |
1 files changed, 10 insertions, 10 deletions
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). # |