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:
commit
e10b0d1008
|
@ -223,8 +223,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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue