From df596f472e3271ad64ab6c2968920e5e95c17080 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 26 Jun 2023 11:38:20 +0100 Subject: [PATCH] Minor threshold tweak --- src/test/TestStretcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/TestStretcher.cpp b/src/test/TestStretcher.cpp index 8213dbe..cbf3ae3 100644 --- a/src/test/TestStretcher.cpp +++ b/src/test/TestStretcher.cpp @@ -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)));