log src/Finder.cpp @ 61:19a93b15fcc3 refactors

age author description
Fri, 14 Nov 2014 13:55:52 +0000 Chris Cannam Merge from branch "refactors_no_float" refactors
Fri, 14 Nov 2014 13:53:58 +0000 Chris Cannam Update both Feeders so as to recognise the end of one input before the other has ended. MatchFeeder does this by detecting trailing silence (as both its inputs are technically the same length since the shorter is zero-padded) and reporting that to Finder. MatchFeatureFeeder simply recognises missing features at the end and won't queue them. refactors_no_float