- 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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user