Commit 745fa0c2 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Noting the defaults for use_mmap and gapless_mp3_playback in mpd.conf.5.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b8341e69
...@@ -227,7 +227,8 @@ This specifies whether to support gapless playback of MP3s which have the ...@@ -227,7 +227,8 @@ This specifies whether to support gapless playback of MP3s which have the
necessary headers. Useful if your MP3s have headers with incorrect necessary headers. Useful if your MP3s have headers with incorrect
information. If you have such MP3s, it is highly recommended that you fix them information. If you have such MP3s, it is highly recommended that you fix them
using vbrfix (available from <http://www.willwap.co.uk/Programs/vbrfix.php>) using vbrfix (available from <http://www.willwap.co.uk/Programs/vbrfix.php>)
instead of disabling gapless MP3 playback. instead of disabling gapless MP3 playback. The default is to support gapless
MP3 playback.
.TP .TP
.B save_absolute_paths_in_playlists <yes or no> .B save_absolute_paths_in_playlists <yes or no>
This specifies whether relative or absolute paths for song filenames are used This specifies whether relative or absolute paths for song filenames are used
...@@ -264,7 +265,8 @@ This specifies the device to use for audio output. The default is "hw:0,0". ...@@ -264,7 +265,8 @@ This specifies the device to use for audio output. The default is "hw:0,0".
.TP .TP
.B use_mmap <yes or no> .B use_mmap <yes or no>
Setting this allows you to use memory-mapped I/O. Certain hardware setups may Setting this allows you to use memory-mapped I/O. Certain hardware setups may
benefit from this, but most do not. Most users do not need to set this. benefit from this, but most do not. Most users do not need to set this. The
default is to not use memory-mapped I/O.
.TP .TP
.B buffer_time <time in microseconds> .B buffer_time <time in microseconds>
This sets the length of the hardware sample buffer in microseconds. Increasing This sets the length of the hardware sample buffer in microseconds. Increasing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment