Should be using HighConsistency in plugin that supports realtime parameter changes
This commit is contained in:
@@ -271,7 +271,8 @@ RubberBandR3PitchShifter::RubberBandR3PitchShifter(int sampleRate, size_t channe
|
|||||||
m_stretcher(new RubberBandStretcher
|
m_stretcher(new RubberBandStretcher
|
||||||
(sampleRate, channels,
|
(sampleRate, channels,
|
||||||
RubberBandStretcher::OptionProcessRealTime |
|
RubberBandStretcher::OptionProcessRealTime |
|
||||||
RubberBandStretcher::OptionEngineFiner)),
|
RubberBandStretcher::OptionEngineFiner |
|
||||||
|
RubberBandStretcher::OptionPitchHighConsistency)),
|
||||||
m_sampleRate(sampleRate),
|
m_sampleRate(sampleRate),
|
||||||
m_channels(channels)
|
m_channels(channels)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user