commit | e9cd6177eb215d57fee31607a2cf946cb8ef5ed9 | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Tue May 19 10:52:08 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 19 11:37:18 2020 |
tree | d5e3878b5dd8b5867ecc9907d6cdd42a34712010 | |
parent | 48b82798132248dfa1aaf0ed3dcac57a44a6855f [diff] |
Add ability for audioproc_f to operate on any AudioProcessing object. This CL extends the WebRTC testing API to allow audioproc_f -based testing using a pre-created AudioProcessing object. This is an important feature to allow testing any AudioProcessing objects that are injected into WebRTC. Beyond adding this, the CL also changes the simulation code to operate on a scoped_refptr<AudioProcessing> object instead of a std::unique<AudioProcessing> object Bug: webrtc:5298 Change-Id: I70179f19518fc583ad0101bd59c038478a3cc23d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175568 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31319}
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.