Commit 6f420240 authored by Max Kellermann's avatar Max Kellermann

doc/example: remove "format" and "audio_output_format"

Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
parent 0b6548a2
...@@ -210,7 +210,6 @@ input { ...@@ -210,7 +210,6 @@ input {
# type "alsa" # type "alsa"
# name "My ALSA Device" # name "My ALSA Device"
## device "hw:0,0" # optional ## device "hw:0,0" # optional
## format "44100:16:2" # optional
## mixer_type "hardware" # optional ## mixer_type "hardware" # optional
## mixer_device "default" # optional ## mixer_device "default" # optional
## mixer_control "PCM" # optional ## mixer_control "PCM" # optional
...@@ -223,7 +222,6 @@ input { ...@@ -223,7 +222,6 @@ input {
# type "oss" # type "oss"
# name "My OSS Device" # name "My OSS Device"
## device "/dev/dsp" # optional ## device "/dev/dsp" # optional
## format "44100:16:2" # optional
## mixer_type "hardware" # optional ## mixer_type "hardware" # optional
## mixer_device "/dev/mixer" # optional ## mixer_device "/dev/mixer" # optional
## mixer_control "PCM" # optional ## mixer_control "PCM" # optional
...@@ -327,12 +325,6 @@ input { ...@@ -327,12 +325,6 @@ input {
# mixer_type "none" # optional # mixer_type "none" # optional
#} #}
# #
# This setting will change all decoded audio to be converted to the specified
# format before being passed to the audio outputs. By default, this setting is
# disabled.
#
#audio_output_format "44100:16:2"
#
# If MPD has been compiled with libsamplerate support, this setting specifies # If MPD has been compiled with libsamplerate support, this setting specifies
# the sample rate converter to use. Possible values can be found in the # the sample rate converter to use. Possible values can be found in the
# mpd.conf man page or the libsamplerate documentation. By default, this is # mpd.conf man page or the libsamplerate documentation. By default, this is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment