From 54abeab80bff8e7d35a9fac6b1afdb64660df2e7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Oct 2013 21:46:34 +0100 Subject: 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. --- doc/mpd.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/mpd.conf.5') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index b3a46e157..855f2dd23 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -195,7 +195,7 @@ This is the gain (in dB) applied to songs with ReplayGain tags. If yes, mpd will normalize the volume of songs as they play. The default is no. .TP .B audio_buffer_size -This specifies the size of the audio buffer in kibibytes. The default is 2048, +This specifies the size of the audio buffer in kibibytes. The default is 4096, large enough for nearly 12 seconds of CD-quality audio. .TP .B buffer_before_play <0-100%> -- cgit v1.2.3