diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-09-02 09:56:46 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-09-02 09:56:46 -0400 |
| commit | e10b0d1008915c72a1743cfd3109caf084f1d16a (patch) | |
| tree | 549762645e22055ba9957c4e1340dcb90682117f /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | ddb2aefedf6f400bdc704234b5abd7a22b0bc32f (diff) | |
| parent | c2d7801cebef41a22421108db6acb05e2806b26b (diff) | |
Merge pull request #930 from skidau/openal-seq-ms
Removed the auto setting of SEQUENCE_MS because the synchronised audio c...
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index b4628453ba..0c38f5c440 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -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) { |
