commit | 5835457d91615d2d6cc582f3bda054c1f506ef49 | [log] [tgz] |
---|---|---|
author | henrika <henrika@google.com> | Thu Apr 24 11:13:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 24 11:13:51 2025 |
tree | 5c9f37593dd9c185b44de9aed5dd2b16062977dc | |
parent | ced78e5373e0883fdb21ab9a098a79d8d71b0b60 [diff] |
Adds DEEP_NOISE_SUPPRESSION to supported system effects Note that the internal system effect is called Deep Noise Suppression but the feature in the Windows UI is called Voice Focus. It is a new feature in Windows 24H2 and it removes noise sources in combination with voice/communication input streams. The change will not lead to any functional changes, i.e., no new system effects are enabled or disabled. We only extend the enumeration support to make it more clear that the Deep Noise Suppression effect is also enabled in combination with the other (AEC, NS and AGC) when supported. This CL does the following: * Adds DEEP_NOISE_DEEP_NOISE_SUPPRESSION to the effect mask seen in chrome://media-internals if the device supports DNS and the user has not explicitly disabled the Voice Focus (DNS) feature in the system UI on Windows. * Adds one more value to Media.Audio.Capture.Win.VoiceProcessingEffects As a result, chrome://media-internals can now show: ECHO_CANCELLER | NOISE_SUPPRESSION | AUTOMATIC_GAIN_CONTROL | DEEP_NOISE_SUPPRESSION and if the user disables Voice Focus in their system UI: ECHO_CANCELLER | NOISE_SUPPRESSION | AUTOMATIC_GAIN_CONTROL Bug: 399308033 Change-Id: I8dfd10ac6bcf26b72a691372901c0339f0c5be55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438838 Commit-Queue: Henrik Andreasson <henrika@chromium.org> Reviewed-by: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/main@{#1451038}
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.