Merge pull request #930 from skidau/openal-seq-ms

Removed the auto setting of SEQUENCE_MS because the synchronised audio c...
This commit is contained in:
Lioncash 2014-09-02 09:56:46 -04:00
commit e10b0d1008
1 changed files with 0 additions and 2 deletions

View File

@ -223,8 +223,6 @@ void OpenALStream::SoundLoop()
// many silence samples. These do not need to be timestretched.
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);
if (rate > 10)
{