commit | ae65b0e0d9c7851674a0e397c170fbf27868c719 | [log] [tgz] |
---|---|---|
author | Sam Zackrisson <saza@webrtc.org> | Fri Jul 15 12:52:10 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 18 09:29:31 2022 |
tree | c0d55645bed2617ea1c01af1beecf4cf2c1a6e8f | |
parent | e40b1cbef701c673c8d63a061a4f10242d61598d [diff] |
Fuzz APM sample rates This CL adds a fuzzer for the audio processing module that exercises the handling of all user input sample rates logged by the UMA histogram WebAudio.AudioContext.HardwareSampleRate. The fuzzer inherits a lot of structure from the audio_processing_configs_fuzzer, but is greatly simplified and therefore the only shared code is test::FuzzDataHelper. Tested: Modified the build to explicitly trigger resampling issue and verified it exercises the code, then let an unmodified fuzzer run locally over the weekend without finding issues. Bug: webrtc:14263 Change-Id: Id3f19adee53c8842e92b6bf31cd2f360e19244d5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268192 Reviewed-by: Alessio Bazzica <alessiob@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37540}
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.