Removed the auto setting of SEQUENCE_MS because the synchronised audio code has made it unnecessary.

This commit is contained in:
skid 2014-09-01 20:28:29 +10:00
parent f8e24de833
commit c2d7801ceb
1 changed files with 0 additions and 2 deletions

View File

@ -219,8 +219,6 @@ void OpenALStream::SoundLoop()
// many silence samples. These do not need to be timestretched. // many silence samples. These do not need to be timestretched.
if (rate > 0.10) if (rate > 0.10)
{ {
// Adjust SETTING_SEQUENCE_MS to balance between lag vs hollow audio
soundTouch.setSetting(SETTING_SEQUENCE_MS, (int)(1 / (rate * rate)));
soundTouch.setTempo(rate); soundTouch.setTempo(rate);
if (rate > 10) if (rate > 10)
{ {