Increasing default buffer_before_play from 0% to 10%.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6290 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman
2007-05-27 13:12:02 +00:00
parent 5339f63a2b
commit b9b39849d8
4 changed files with 6 additions and 4 deletions

View File

@@ -171,7 +171,8 @@ large enough for nearly 12 seconds of CD-quality audio.
.B buffer_before_play <0-100%>
This specifies how much of the audio buffer should be filled before playing a
song. Try increasing this if you hear skipping when manually changing songs.
The default is 0%.
The default is 10%, a little over 1 second of CD-quality audio with the default
buffer size.
.TP
.B http_buffer_size <size in KiB>
This specifies the size of the buffer used for playing HTTP streams. The

View File

@@ -190,7 +190,7 @@ error_file "~/.mpd/mpd.error"
# How much of the buffer to fill before beginning to play.
# Increase this if you hear skipping when changing songs.
#
#buffer_before_play "0%"
#buffer_before_play "10%"
#
# Similar options for the HTTP stream buffer. If you hear
# skipping while playing HTTP streams, you may wish to increase