Use longer time ratio, otherwise we are retrieving fewer samples than we intended to

This commit is contained in:
Chris Cannam
2023-05-31 14:06:15 +01:00
parent ffaef18a9d
commit f0b9061028

View File

@@ -665,7 +665,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_faster)
{
sinusoid_realtime(RubberBandStretcher::OptionEngineFaster |
RubberBandStretcher::OptionProcessRealTime,
0.5, 1.5,
8.0, 1.5,
80000);
}
@@ -673,7 +673,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_finer)
{
sinusoid_realtime(RubberBandStretcher::OptionEngineFiner |
RubberBandStretcher::OptionProcessRealTime,
0.5, 1.5,
8.0, 1.5,
80000);
}