commit | 79553cb66e4c2d0651a0236e25ad06dd0ee2e59b | [log] [tgz] |
---|---|---|
author | minyue-webrtc <minyue@webrtc.org> | Tue May 10 17:55:56 2016 |
committer | minyue-webrtc <minyue@webrtc.org> | Tue May 10 17:56:10 2016 |
tree | 758cf967ff01b7649d5ac83b1eacbda59802ca0f | |
parent | 17fa67214caf066887bf429cf95ecaf895b0688c [diff] |
Using ring buffer for AudioVector in NetEq. AudioVector used NetEq was based on a shift buffer, which has a high complexity, and the complexity is very much dependent on the capacity of the buffer. This CL changes the shift buffer to a ring buffer. Reduction in the CPU usages of NetEq is expected. BUG=608644 R=henrik.lundin@webrtc.org Review URL: https://codereview.webrtc.org/1948483002 . Cr-Commit-Position: refs/heads/master@{#12676}
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.