Skip to content
Permalink
Browse files
Merge pull request #9145 from jordan-woyak/sound-touch-defaults
AudioStretcher: Keep default parameters.
  • Loading branch information
leoetlino committed Oct 14, 2020
2 parents 5a939cc + 3e6599b commit 5ab95d7
Showing 1 changed file with 0 additions and 4 deletions.
@@ -18,10 +18,6 @@ AudioStretcher::AudioStretcher(unsigned int sample_rate) : m_sample_rate(sample_
m_sound_touch.setSampleRate(sample_rate);
m_sound_touch.setPitch(1.0);
m_sound_touch.setTempo(1.0);
m_sound_touch.setSetting(SETTING_USE_QUICKSEEK, 0);
m_sound_touch.setSetting(SETTING_SEQUENCE_MS, 62);
m_sound_touch.setSetting(SETTING_SEEKWINDOW_MS, 28);
m_sound_touch.setSetting(SETTING_OVERLAP_MS, 8);
}

void AudioStretcher::Clear()

0 comments on commit 5ab95d7

Please sign in to comment.