diff options
author | Max Kellermann <max@duempel.org> | 2015-10-26 16:48:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-26 16:56:55 +0100 |
commit | 08f77c2b607a32e818ee0e0375adec840eb521c0 (patch) | |
tree | dbd37ce9e84f72ec2effac5afbe10ab4bd77ce3c /doc | |
parent | 6269abbcc8dbb5f9709267013fad7f54bbc8ad14 (diff) | |
download | mpd-08f77c2b607a32e818ee0e0375adec840eb521c0.tar.gz mpd-08f77c2b607a32e818ee0e0375adec840eb521c0.tar.xz mpd-08f77c2b607a32e818ee0e0375adec840eb521c0.zip |
decoder/gme: add option "accuracy"
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 3d4a70241..f66f6e397 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1749,6 +1749,28 @@ buffer_size: 16384</programlisting> Video game music file emulator based on <ulink url="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"><application>game-music-emu</application></ulink>. </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>accuracy</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Enable more accurate sound emulation. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> </section> <section> |