aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-11 17:18:29 +0100
committerMax Kellermann <max@duempel.org>2013-11-11 17:18:29 +0100
commit6f4202408c2f3601d8ab070b31af856dfbc92aff (patch)
tree2a22dd5a06cddd4d7a3707328449348306a8e6dc /doc
parent0b6548a2820faaf6c59cda4fbc75ba81e1d6084a (diff)
downloadmpd-6f4202408c2f3601d8ab070b31af856dfbc92aff.tar.gz
mpd-6f4202408c2f3601d8ab070b31af856dfbc92aff.tar.xz
mpd-6f4202408c2f3601d8ab070b31af856dfbc92aff.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 0881de11d..470a5c98e 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -210,7 +210,6 @@ input {
# type "alsa"
# name "My ALSA Device"
## device "hw:0,0" # optional
-## format "44100:16:2" # optional
## mixer_type "hardware" # optional
## mixer_device "default" # optional
## mixer_control "PCM" # optional
@@ -223,7 +222,6 @@ input {
# type "oss"
# name "My OSS Device"
## device "/dev/dsp" # optional
-## format "44100:16:2" # optional
## mixer_type "hardware" # optional
## mixer_device "/dev/mixer" # optional
## mixer_control "PCM" # optional
@@ -327,12 +325,6 @@ input {
# 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
# 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