Use parameters more similar to the other tests, as the internal test checking code expects these (otherwise we have spurious failures with some resamplers)
This commit is contained in:
@@ -665,7 +665,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_faster)
|
|||||||
{
|
{
|
||||||
sinusoid_realtime(RubberBandStretcher::OptionEngineFaster |
|
sinusoid_realtime(RubberBandStretcher::OptionEngineFaster |
|
||||||
RubberBandStretcher::OptionProcessRealTime,
|
RubberBandStretcher::OptionProcessRealTime,
|
||||||
1.1, 1.1,
|
0.5, 1.5,
|
||||||
80000);
|
80000);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -673,7 +673,7 @@ BOOST_AUTO_TEST_CASE(sinusoid_realtime_long_blocksize_finer)
|
|||||||
{
|
{
|
||||||
sinusoid_realtime(RubberBandStretcher::OptionEngineFiner |
|
sinusoid_realtime(RubberBandStretcher::OptionEngineFiner |
|
||||||
RubberBandStretcher::OptionProcessRealTime,
|
RubberBandStretcher::OptionProcessRealTime,
|
||||||
1.1, 1.1,
|
0.5, 1.5,
|
||||||
80000);
|
80000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user