AudioStretcher: Keep default parameters.
This commit is contained in:
parent
0029ca84b0
commit
3e6599b890
|
@ -18,10 +18,6 @@ AudioStretcher::AudioStretcher(unsigned int sample_rate) : m_sample_rate(sample_
|
||||||
m_sound_touch.setSampleRate(sample_rate);
|
m_sound_touch.setSampleRate(sample_rate);
|
||||||
m_sound_touch.setPitch(1.0);
|
m_sound_touch.setPitch(1.0);
|
||||||
m_sound_touch.setTempo(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()
|
void AudioStretcher::Clear()
|
||||||
|
|
Loading…
Reference in New Issue