commit | aa6adffba325f4b698a1e94aeab020bfdc47adec | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Thu Mar 11 08:57:07 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 11 10:06:58 2021 |
tree | 9087c5b64e513d40f9b189153c2db43dd17e8737 | |
parent | 54dbc3be3fdbb77554d47a4bcede94f6cb8ad602 [diff] |
Reduce complexity in the APM pipeline when the output is not used This CL selectively turns off parts of the audio processing when the output of APM is not used. The parts turned off are such that don't need to continuously need to be trained, but rather can be temporarily deactivated. The purpose of this CL is to allow CPU to be reduced when the client is muted. The CL will be follow by additional CLs, adding similar functionality in the echo canceller and the noiser suppressor Bug: b/177830919 Change-Id: I72d24505197a53872562c0955f3e7b670c43df6b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209703 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33431}
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.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.