commit | 572efde121fe07b6777d99c2cc359bb700e15e6c | [log] [tgz] |
---|---|---|
author | Michael Wilson <mjwilson@chromium.org> | Mon Aug 05 21:00:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 21:00:03 2024 |
tree | 773e903c88f97ab9c5de0e425da7f3c1972a3e6f | |
parent | f7ad81b994c2a199be0c8a4a0ab5b2dcff9b65d6 [diff] |
Update echo cancellation source in StartPlatformDestination() We currently update the echo cancellation source after changing the sink ID, but do not update it when an AudioContext is constructed. After this change, the echo cancellation source will also be updated when AudioContext is constructed with a specified sink. Bug: 40254422 Change-Id: I3ea7a661328fa506ebc20dec3a07eaafe48949c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5516110 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Olga Sharonova <olka@chromium.org> Commit-Queue: Michael Wilson <mjwilson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1337475}
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.