diff --git a/ladspa-lv2/RubberBandR3PitchShifter.cpp b/ladspa-lv2/RubberBandR3PitchShifter.cpp index 1282643..f8ed46d 100644 --- a/ladspa-lv2/RubberBandR3PitchShifter.cpp +++ b/ladspa-lv2/RubberBandR3PitchShifter.cpp @@ -271,7 +271,8 @@ RubberBandR3PitchShifter::RubberBandR3PitchShifter(int sampleRate, size_t channe m_stretcher(new RubberBandStretcher (sampleRate, channels, RubberBandStretcher::OptionProcessRealTime | - RubberBandStretcher::OptionEngineFiner)), + RubberBandStretcher::OptionEngineFiner | + RubberBandStretcher::OptionPitchHighConsistency)), m_sampleRate(sampleRate), m_channels(channels) {