diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2020-10-11 12:43:45 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2020-10-11 12:43:45 -0500 |
| commit | 3e6599b890dfdf6465e57db3157ebb7a46880d95 (patch) | |
| tree | c3cf4172644097b58b13d5bef1d93d42b9cc877b /Source/Core/AudioCommon | |
| parent | 0029ca84b07f44e3ce8c80a44fa0285a966b34d3 (diff) | |
AudioStretcher: Keep default parameters.
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/AudioStretcher.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/AudioCommon/AudioStretcher.cpp b/Source/Core/AudioCommon/AudioStretcher.cpp index 88721b0e35..1f9569c032 100644 --- a/Source/Core/AudioCommon/AudioStretcher.cpp +++ b/Source/Core/AudioCommon/AudioStretcher.cpp @@ -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() |
