diff options
Diffstat (limited to 'linux')
-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). # |