diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-12 21:27:15 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-12 21:27:15 +0000 |
commit | b7e0d34b9e16c04839bf047e978d75b255a388f6 (patch) | |
tree | 3e025a396a665725286ca91524042dbf33961e29 /doc/mpdconf.example | |
parent | d46c8678077db1d676e350df8acd2b4020bdc9e3 (diff) | |
download | mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.tar.gz mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.tar.xz mpd-b7e0d34b9e16c04839bf047e978d75b255a388f6.zip |
update mpd manpage and sample config file with replaygain and
audio_output_format options
git-svn-id: https://svn.musicpd.org/mpd/trunk@1453 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index bdcba0894..6c5c7b26e 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -68,11 +68,13 @@ error_file "~/.mpd/mpd.error" # misc audio output options #audio_write_size "1024" +# use track or album replaygain +#replaygain "album" ################################## #### OUTPUT BUFFER SETTINGS ###### -#buffer_size "2048" +#audio_buffer_size "2048" #buffer_before_play "25%" ################################## |