This appears benign and should be slightly quicker

This commit is contained in:
Chris Cannam
2022-08-18 15:24:24 +01:00
parent c9565266f2
commit e58c6018c5

View File

@@ -92,6 +92,10 @@ R3Stretcher::R3Stretcher(Parameters parameters,
BinClassifier::Parameters classifierParameters
(classificationBins, 9, 1, 10, 2.0, 2.0);
if (isSingleWindowed()) {
classifierParameters.horizontalFilterLength = 7;
}
int inRingBufferSize = getWindowSourceSize() * 2;
int outRingBufferSize = getWindowSourceSize() * 16;