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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

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