decoder/gme: add option "accuracy"

This commit is contained in:
Max Kellermann
2015-10-26 16:48:38 +01:00
parent 6269abbcc8
commit 08f77c2b60
3 changed files with 47 additions and 1 deletions

View File

@@ -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>