commit | 88ac853e14e05d9caca8f2f7d9dd02a267eb540e | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Mon Sep 12 23:47:25 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 12 23:47:32 2016 |
tree | 94f31fec39faba2d45cadad77f9ba92e2889e62d | |
parent | b2540bb99fa974bc8cb66eeff9c6b6d7fd0c36eb [diff] |
The current scheme for setting parameters and specifying the behavior of the audio processing module is quite complex and hard to implement in a threadsafe and efficient manner. Therefore a new scheme for setting the parameters in the audio processing module is introduced in this CL. The idea is to roll this scheme out gradually and as a first functionality in the audio processing module where this is applied the level controller was chosen. This CL includes the replacement of the Config-based level controller scheme with the new scheme. TBR=henrik.lundin@webrtc.org, solenberg@webrtc.org, BUG=webrtc:5298 Review-Url: https://codereview.webrtc.org/2338493002 Cr-Commit-Position: refs/heads/master@{#14190}
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.