* Avoid virtual method hiding warnings
* Avoid potential deadlock in thread join when processing has been abandoned
This commit is contained in:
@@ -587,6 +587,7 @@ RubberBandStretcher::Impl::configure()
|
||||
|
||||
delete m_phaseResetAudioCurve;
|
||||
m_phaseResetAudioCurve = new PercussiveAudioCurve
|
||||
// m_phaseResetAudioCurve = new SpectralDifferenceAudioCurve
|
||||
(m_sampleRate, m_windowSize);
|
||||
|
||||
delete m_silentAudioCurve;
|
||||
|
||||
Reference in New Issue
Block a user