Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow WebAudio FIFO size to match callback buffer if it is very large The Web Audio FIFO is over-allocated to allow for growing if there are buffer xruns. However, on some Android devices there is a very large callback buffer which will fail a CHECK. Just match the callback buffer size in this case, to avoid crashing. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5293168 (cherry picked from commit 01cb952243ee9efca53b66f50d3026aeb5443049)
- Loading branch information