aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-30 21:46:34 +0100
committerMax Kellermann <max@duempel.org>2013-10-30 21:46:40 +0100
commit54abeab80bff8e7d35a9fac6b1afdb64660df2e7 (patch)
tree23ebcd9f40651d6cebdf3869085e0ac39faa6bb9 /doc/mpdconf.example
parent1dc8a9f0e7e37f543d3ddf807feb747a83987680 (diff)
downloadmpd-54abeab80bff8e7d35a9fac6b1afdb64660df2e7.tar.gz
mpd-54abeab80bff8e7d35a9fac6b1afdb64660df2e7.tar.xz
mpd-54abeab80bff8e7d35a9fac6b1afdb64660df2e7.zip
increase default buffer size to 4 MB
2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 390d26beb..b6c6f7bb1 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -382,7 +382,7 @@ input {
# this may have undesired effects. Don't change this if you don't know what you
# are doing.
#
-#audio_buffer_size "2048"
+#audio_buffer_size "4096"
#
# This setting controls the percentage of the buffer which is filled before
# beginning to play. Increasing this reduces the chance of audio file skipping,