Prefer new Rubberband engine for timestretch

This commit is contained in:
Robin Gareus 2022-09-13 06:56:08 +02:00
parent be096edd8c
commit be860db54f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -305,6 +305,10 @@ Editor::time_fx (RegionList& regions, Temporal::ratio_t ratio, bool pitching)
break;
}
#ifdef HAVE_RUBBERBAND_3_0_0
options |= RubberBandStretcher::OptionEngineFiner;
#endif
current_timefx->request.opts = (int) options;
#else
current_timefx->request.quick_seek = current_timefx->quick_button.get_active();