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…
… (#4676) b/388556893 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. This change is backported from m123+. (cherry picked from commit 01cb952) Bug: 324797343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5293168 Co-authored-by: Michael Wilson <[email protected]>
- Loading branch information