Skip to content

Commit

Permalink
Merge pull request #930 from skidau/openal-seq-ms
Browse files Browse the repository at this point in the history
Removed the auto setting of SEQUENCE_MS because the synchronised audio c...
  • Loading branch information
lioncash committed Sep 2, 2014
2 parents ddb2aef + c2d7801 commit e10b0d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/AudioCommon/OpenALStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e10b0d1

Please sign in to comment.