oboe icon indicating copy to clipboard operation
oboe copied to clipboard

opensles: implement capacity using buffer queue length

Open philburk opened this issue 3 years ago • 1 comments

The OpenSL ES buffer queue length controls the allocated size of the internal buffer. So we can use that to make sure there is enough capacity to protect against glitches when setting a callback size or a high capacity.

Fixes #744 It might help with #952

philburk avatar Aug 06 '22 23:08 philburk

Feel free to submit once you addressed my remaining comments.

robertwu1 avatar Aug 09 '22 17:08 robertwu1

LGTM!

robertwu1 avatar Aug 29 '22 15:08 robertwu1