commit | 83e8286c6bbf5a30f8e4a4b373ef708566f9da07 | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Wed May 18 12:43:01 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 18 12:43:05 2016 |
tree | 5ce3fca2b21e7436ea676e0628523f05c25d1a49 | |
parent | 42dda50860ed348f26d8d4f74ba50190a067ee65 [diff] |
AEC: Add UMA logging of buffer re-alignment This change adds a UMA log that will be written to when a non-zero delay correction is done in the AEC. The number of elements moved (positive or negative) will be logged to "WebRTC.Audio.AecDelayAdjustmentAgnosticValue" or "WebRTC.Audio.AecDelayAdjustmentSystemValue", depending on whether delay-agnostic AEC is used or not, respectively. BUG=webrtc:5903 Review-Url: https://codereview.webrtc.org/1991723002 Cr-Commit-Position: refs/heads/master@{#12795}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.