commit | a9d9327ce9043c1b2ad889830e186534416cb200 | [log] [tgz] |
---|---|---|
author | Thomas Guilbert <tguilbert@chromium.org> | Thu Apr 03 23:38:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 03 23:38:11 2025 |
tree | 5699b86e2137458e6da7f9a27120fa13fbed6842 | |
parent | d276aba977780240c608cb994b679f6e70f3da10 [diff] |
Zero out AAudio samples when stopping This CL started as a speculative fix to prevent an audio glitch when playing multiple media files in succession. This did not fix the issue, and the fix probably needs to happen at the AAudio level, but zero'ing out memory here still seems like the right behavior. Bug: 407670653 Change-Id: If9842eb7c6c09b2026833e5af7450a6a8cd123fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6427234 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442499}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.