Removed the auto setting of SEQUENCE_MS because the synchronised audio code has made it unnecessary.
This commit is contained in:
parent
f8e24de833
commit
c2d7801ceb
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue