Adjust the limits, with performance in mind - to be auditioned

This commit is contained in:
Chris Cannam
2022-08-18 14:27:57 +01:00
parent 515f5e2bd1
commit c9565266f2

View File

@@ -117,9 +117,10 @@ protected:
maxInhop(1024) {
if (options & RubberBandStretcher::OptionWindowShort) {
// See note in calculateHop
minPreferredOuthop = 256;
maxPreferredOuthop = 640;
maxInhopWithReadahead = 512;
maxInhop = 1024;
maxInhop = 1560;
}
}
};