commit | 9ce0c7a2d2b4e1f6f85b44dd6face675309e4f07 | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Wed Oct 18 11:24:58 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 18 12:26:59 2017 |
tree | e0f6d5037f7626c4da6b0b5cd0959154e727aa71 | |
parent | ec57e05410d86b54ff019f142708201f4bfb8dc4 [diff] |
Improving APM fuzzer coverage. Reading the fuzzer coverage report for audio_processing_fuzzer, I noticed that AgcManagerDirect::AnalyzePreProcess was never called. That turned out to be because GainControl was never enabled. This change optionally calls 'Enable' on GainControl and 6 other public submodules of the APM. Bug: webrtc:7820 Change-Id: Iae9da16f9f14fe7d3cd3318836d0d6e131a7ac39 Reviewed-on: https://webrtc-review.googlesource.com/12924 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20334}
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.