A script for producing boxplots by parsing data generated by the apm_quality_assessment.py tool. The script groups data by the values of one or several audioproc_f parameters. For every such subgroup it draws a boxplot. All boxplots are shown next to each other with the parameter value as the x axis. It is similar to this matplotlib example: https://matplotlib.org/mpl_examples/pylab_examples/boxplot_demo_06.png The script 1. reads config file names from the pandas dataframe generated by quality_assurance.collect_data 2. parses the (JSON) config files to read the parameter values 3. groups data with matching param values together 4. draws a boxplot for each group using matplotlib TBR=alessiob@webrtc.org # reviewed already in old gerrit https://chromium-review.googlesource.com/c/external/webrtc/+/660559 BUG: webrtc:7218 Change-Id: I380a1363d26721feb975fad1506835c622e9d926 Reviewed-on: https://webrtc-review.googlesource.com/6340 Reviewed-by: Alex Loiko <aleloi@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20139}
Reland of Fix the video buffer size should take rtt into consideration (patchset #2 id:160001 of https://codereview.chromium.org/3002033002/ )
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.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%