commit | ca90a552e9f0be327fb5543a6b4f63ca4145bd4b | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Wed Sep 27 09:51:10 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 27 10:27:56 2017 |
tree | 26d1784d915d46cbc49ca477de5f5f43b2016732 | |
parent | 06319b7830437646d694d6c1934d7e79e1a9fb50 [diff] |
audioproc_f with simulated mic analog gain The gain suggested by AGC is optionally used in audioproc_f to simulate analog gain applied to the mic. The simulation is done by applying digital gain to the input samples. This functionality is optional and disabled by default. If an AECdump is provided and the mic gain simulation is enabled, an extra "level undo" step is performed to virtually restore the unmodified mic signal. This CL has been ported from https://codereview.webrtc.org/2834643002/. Bug: webrtc:7494 Change-Id: I0df52b5d45a6bfa1efced980d8d6de5c5d9bed48 Reviewed-on: https://webrtc-review.googlesource.com/2685 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19992}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.