From ffaef18a9dc9513ca0af87bcfb7fa4b34bd716e8 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 31 May 2023 09:35:27 +0100 Subject: [PATCH] Use parameters more similar to the other tests, as the internal test checking code expects these (otherwise we have spurious failures with some resamplers) --- src/test/TestStretcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/TestStretcher.cpp b/src/test/TestStretcher.cpp index 96c28e3..4f60d66 100644 --- a/src/test/TestStretcher.cpp +++ b/src/test/TestStretcher.cpp @@ -665,7 +665,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_faster) { sinusoid_realtime(RubberBandStretcher::OptionEngineFaster | RubberBandStretcher::OptionProcessRealTime, - 1.1, 1.1, + 0.5, 1.5, 80000); } @@ -673,7 +673,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_finer) { sinusoid_realtime(RubberBandStretcher::OptionEngineFiner | RubberBandStretcher::OptionProcessRealTime, - 1.1, 1.1, + 0.5, 1.5, 80000); }