- fractional interpolation working

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@972 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-15 06:10:22 +00:00
parent 5c3798b4e2
commit 100e2fe289
+1 -1
View File
@@ -123,7 +123,7 @@ void test()
n += numFed;
remain -= numFed;
farrow.process_new(0.25);
farrow.process_new(0.9);
while(farrow.getOutputBuffer().len())
{
size_t size = std::min(BLOCKSIZE, farrow.getOutputBuffer().len());