Shorten the FFT switch crossfade length. Remove commented out code. Formatting change.

This commit is contained in:
xenakios
2018-02-13 22:16:18 +02:00
parent acbbe693bd
commit b6f5c0ea7d
3 changed files with 7 additions and 10 deletions

View File

@ -529,7 +529,7 @@ void StretchAudioSource::setFFTSize(int size)
{
m_xfadetask.state = 1;
m_xfadetask.counter = 0;
m_xfadetask.xfade_len = 44100;
m_xfadetask.xfade_len = 16384;
m_xfadetask.requested_fft_size = size;
}
else