Attempt to do fade outs and fade ins when seeking source sound, but not working yet. Readme changes.

This commit is contained in:
xenakios
2018-02-22 20:01:29 +02:00
parent 615f870490
commit a8079b277f
3 changed files with 60 additions and 8 deletions

View File

@ -605,6 +605,7 @@ void StretchAudioSource::seekPercent(double pos)
{
ScopedLock locker(m_cs);
m_seekpos = pos;
//m_resampler->Reset();
m_inputfile->seek(pos);
++m_param_change_count;
}