Minor threshold tweak

This commit is contained in:
Chris Cannam
2023-06-26 11:38:20 +01:00
parent 82dab93ecf
commit df596f472e

View File

@@ -999,7 +999,7 @@ static void impulses_realtime(RubberBandStretcher::Options options,
// These limits aren't alarming, but it may be worth tightening
// them and and taking a look at the waveforms
BOOST_TEST(peak0 < int(ceil(200 * timeRatio)));
BOOST_TEST(peak0 < int(ceil(210 * timeRatio)));
BOOST_TEST(peak0 > int(ceil(50 * timeRatio)));
BOOST_TEST(peak1 < int(ceil(5070 * timeRatio)));