commit | b9e60ddc7606689e508f295077656389380288ba | [log] [tgz] |
---|---|---|
author | Hongchan Choi <hongchan@chromium.org> | Thu Feb 25 20:35:15 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 25 20:35:15 2021 |
tree | 633a29a52a1c1a05bb1be3f636382bc20ba737f4 | |
parent | 02b59c8242c68ec47244424e4f6cab95d32f7994 [diff] |
Introduce AudioBuffers for user access in ScriptProcessorNode This CL adds new AudioBuffers for the access from the user code. Bug: 1177465 Test: The local ASAN build doesn't reproduce on given POCs. Change-Id: Id9a3505ddb9ab61b4442385d0b830ef56f65f797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2718543 Auto-Submit: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Raymond Toy <rtoy@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#857817}
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.