<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Greetings,</p>
<p><br>
</p>
<p>I have an application where I need to control the output sample rate of an audio resampling filter on the fly, with parts-per-million resolution.</p>
<p><br>
</p>
<p>I've found an example that gets close at:</p>
<p><br>
</p>
<p><a href="https://github.com/andrewrk/libavfilter-example/blob/master/main.c" class="OWAAutoLink" id="LPlnk26204" previewremoved="true">https://github.com/andrewrk/libavfilter-example/blob/master/main.c</a></p>
<p><br>
</p>
<p>I've even managed to convince it to accept arbitrary sample rates with parts-per-million resolution. To be fair, I cannot hear the difference between 64000 samples per second and 64000.000001 samples per second. But I can hear the difference between 64000
 samples per second and 40100 samples per second.</p>
<p><br>
</p>
<p><span style="font-size: 12pt;">What I need to figure out is:</span><br>
</p>
<p><br>
</p>
<p>- Is it possible to change the resample rate of the aformat filter (lines 61-72) on the fly somewhere in the <span>audio_decode_frame() function?</span></p>
<p><br>
</p>
<p>- Does the aformat filter actually output fractional sample rates, or merely round to the nearest integer rate?</p>
<p><br>
</p>
<p><span></span>- Is there a filter that is better suited to this task?<br>
<br>
</p>
<p>Peter.</p>
<p><br>
</p>
</div>
</body>
</html>