Print note, and use finer mode

This commit is contained in:
Chris Cannam
2022-05-26 17:42:53 +01:00
parent 2c23d52c94
commit a278acc5d2

View File

@@ -499,6 +499,11 @@ int main(int argc, char **argv)
}
RubberBandStretcher::Options options = 0;
//!!!
cerr << "\n\n\n\n\n*** WARNING - THIS IS A TEST VERSION ONLY\n\n\n\n\n" << endl;
options = RubberBandStretcher::OptionEngineFiner;
if (realtime) options |= RubberBandStretcher::OptionProcessRealTime;
if (!lamination) options |= RubberBandStretcher::OptionPhaseIndependent;
if (longwin) options |= RubberBandStretcher::OptionWindowLong;