<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>This implementation uses decimation to generate an estimate of the<br>required ReplayGain adjustment for tracks sampled at high rates.<br><br>This approach avoids having to generate filters with commensurately more taps,<br>and also the subsequent effect on performance as these additional<br>taps are evaluated for high sample rate tracks.<br><br>Filter table entries with coefficients that are unchanged are<br>marked /* ORIGINAL */.<br><br>The remaining entries are new and have coefficient values obtained<br>from src/utils/loudness/loudness.sci. See:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://lists.xiph.org/pipermail/flac-dev/2012-February/003220.html<br><br>Because these filter coefficients can be generated from a known source,<br>they are preferred to the FooBar2000 coefficients whose provenance
 is<br>unknown.<br><br>Signed-off-by: Earl Chew &lt;earl_chew@yahoo.com&gt;<br></div></div></body></html>