diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-23 14:13:46 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-23 14:13:46 +0000 |
commit | 93b96edacc4a3a3e0ca32bec6cdbf96a1c068850 (patch) | |
tree | 817c678a9a33f5e1ba094ec46d88d7225cb023e2 /doc/mpdconf.example | |
parent | 4c8d69f0588c7acd45193a30347617e19f8dcaf0 (diff) | |
download | mpd-93b96edacc4a3a3e0ca32bec6cdbf96a1c068850.tar.gz mpd-93b96edacc4a3a3e0ca32bec6cdbf96a1c068850.tar.xz mpd-93b96edacc4a3a3e0ca32bec6cdbf96a1c068850.zip |
Adding a note to mpdconf.example about increasing buffer_before_play if you
hear skipping when changing songs.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6240 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 3ca37fe0a..c6dc24dca 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -188,6 +188,7 @@ error_file "~/.mpd/mpd.error" #audio_buffer_size "2048" # # How much of the buffer to fill before beginning to play. +# Increase this if you hear skipping when changing songs. # #buffer_before_play "0%" # |