You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1021 B
35 lines
1021 B
--- a/src/test/TestStretcher.cpp
|
|
+++ b/src/test/TestStretcher.cpp
|
|
@@ -1007,6 +1007,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_highe
|
|
false);
|
|
}
|
|
|
|
+#ifndef __PPC64__
|
|
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer)
|
|
{
|
|
impulses_realtime(RubberBandStretcher::OptionEngineFiner |
|
|
@@ -1014,6 +1015,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
|
8.0, 0.5,
|
|
false);
|
|
}
|
|
+#endif
|
|
|
|
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer_hqpitch)
|
|
{
|
|
@@ -1024,6 +1026,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
|
false);
|
|
}
|
|
|
|
+#ifndef __PPC64__
|
|
BOOST_AUTO_TEST_CASE(impulses_slow_lower_realtime_finer_hcpitch)
|
|
{
|
|
impulses_realtime(RubberBandStretcher::OptionEngineFiner |
|
|
@@ -1032,6 +1035,7 @@ BOOST_AUTO_TEST_CASE(impulses_slow_lower
|
|
8.0, 0.5,
|
|
false);
|
|
}
|
|
+#endif
|
|
|
|
static void final_realtime(RubberBandStretcher::Options options,
|
|
double timeRatio,
|