mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
c550658e38
commit
858971fd94
|
@ -558,7 +558,7 @@ void Core::playAudioBuffer(ALuint alSource, const int16_t *data, int samples, un
|
||||||
alDeleteBuffers(processed - 1, bufids + 1);
|
alDeleteBuffers(processed - 1, bufids + 1);
|
||||||
bufid = bufids[0];
|
bufid = bufids[0];
|
||||||
}
|
}
|
||||||
else if(queued < 16)
|
else if(queued < 128)
|
||||||
{
|
{
|
||||||
alGenBuffers(1, &bufid);
|
alGenBuffers(1, &bufid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user