57e68ee1b94cce853ab4305680bbe71c01f95e82

This reverts commit ea89f2a447c514b73da2ed6189fe4b8485f123c6. Reason for revert: bug in ancestor CL https://webrtc-review.googlesource.com/c/src/+/191320 Original change's description: > RNN VAD: pitch search optimizations (part 3) > > `ComputeSlidingFrameSquareEnergies()` which computes the energy of a > sliding 20 ms frame in the pitch buffer has been switched from backward > to forward. > > The benchmark has shown a slight improvement (about +6x). > > This change is not bit exact but all the tolerance tests still pass > except for one single case in `RnnVadTest,PitchSearchWithinTolerance` > for which the tolerance has been slightly increased. Note that the pitch > estimation is still bit-exact. > > Benchmarked as follows: > ``` > out/release/modules_unittests \ > --gtest_filter=*RnnVadTest.DISABLED_RnnVadPerformance* \ > --gtest_also_run_disabled_tests --logs > ``` > > Results: > > | baseline | this CL > ------+----------------------+------------------------ > run 1 | 22.8319 +/- 1.46554 | 22.087 +/- 0.552932 > | 389.367x | 402.499x > ------+----------------------+------------------------ > run 2 | 22.4286 +/- 0.726449 | 22.216 +/- 0.916222 > | 396.369x | 400.162x > ------+----------------------+------------------------ > run 2 | 22.5688 +/- 0.831341 | 22.4902 +/- 1.04881 > | 393.906x | 395.283x > > Bug: webrtc:10480 > Change-Id: I1fd54077a32e25e46196c8e18f003cd0ffd503e1 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191703 > Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#32572} TBR=alessiob@webrtc.org,kwiberg@webrtc.org Change-Id: I57a8f937ade0a35e1ccf0e229c391cc3a10e7c48 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:10480 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/192621 Reviewed-by: Alessio Bazzica <alessiob@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32578}
…
…
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
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
- Reporting bugs
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%