Skip to content

Commit 8cfa1ef

Browse files
author
API Doc Deploy
committed
Updating API doc from fluidsynth master
1 parent 3d57997 commit 8cfa1ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/group__synthesis__params.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,10 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga4a2efef77b267500dd9c19c
190190
</td></tr>
191191
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a5c81597532f7e188b5aabc761ae49afd"></a>FLUID_INTERP_LINEAR&#160;</td><td class="fielddoc"><p>Straight-line interpolation: A bit slower, reasonable audio quality. </p>
192192
</td></tr>
193-
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a7c302900233f9b26a8d76f54fe11e024"></a>FLUID_INTERP_4THORDER&#160;</td><td class="fielddoc"><p>Fourth-order interpolation, good quality, the default. </p>
193+
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a7c302900233f9b26a8d76f54fe11e024"></a>FLUID_INTERP_4THORDER&#160;</td><td class="fielddoc"><p>Fourth-order interpolation, best quality, the default. </p>
194194
</td></tr>
195-
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a593125ae8ab8e8f1f1a1bb7bb3f71b02"></a>FLUID_INTERP_7THORDER&#160;</td><td class="fielddoc"><p>Seventh-order interpolation. </p>
195+
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a593125ae8ab8e8f1f1a1bb7bb3f71b02"></a>FLUID_INTERP_7THORDER&#160;</td><td class="fielddoc"><p>Seventh-point sinc interpolation. </p>
196+
<dl class="section note"><dt>Note</dt><dd>This interpolation method was believed to provide highest quality. However, in Feb. 2025 it was discovered that for certain samples it does introduce ringing artifacts, which are not present in the 4th order interpolation. This is not a bug, it's rather a limitation of only using 7 points for the sinc interpolation. </dd></dl>
196197
</td></tr>
197198
<tr><td class="fieldname"><a id="gga4a2efef77b267500dd9c19c0dc9e4633a8f23e87109748a515273f1289dcb6312"></a>FLUID_INTERP_DEFAULT&#160;</td><td class="fielddoc"><p>Default interpolation method. </p>
198199
</td></tr>

0 commit comments

Comments
 (0)