commit | b1fb72bebb2ff0929c466c71f28abfa89fdfb42e | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Tue May 03 08:18:47 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 03 15:18:54 2016 +0000 |
tree | 47262bdbdacfdc350033e777cc88f25946e634c0 | |
parent | b46083ed6308b95f1e83570342dbe3eb0a54729e [diff] |
NetEq: Move counting of generated CNG samples from DecisionLogic The counting is moved to NetEqImpl, and the new counter is realized as a Stopwatch object. The DecisionLogic class still has to maintain record of when the CNG period is shortened, in order to reduce the delay. This is recorded in a new noise_fast_forward_ member in DecisionLogic. BUG=webrtc:5608 Review-Url: https://codereview.webrtc.org/1914303004 Cr-Commit-Position: refs/heads/master@{#12608}
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.