commit | ea14c99d674905eba49ce4fd1801e712c269a66b | [log] [tgz] |
---|---|---|
author | Jesús de Vicente Peña <devicentepena@webrtc.org> | Tue Sep 23 10:46:42 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 23 12:16:53 2025 |
tree | 6c4dd98e9dc55df8ae30abde13f4249aa3151868 | |
parent | 52cbf242e96035991dedc8b4a17c7434a0a179fd [diff] |
Add basic ML residual echo estimator impl to AEC3 Implement a NeuralResidualEchoEstimator using ML, this class: - load a tflite model into C++ - rebuffer AEC3 signals to the model input format - run model - extract a basic residual echo estimate from the model output Co-authored-by: Sam Zackrisson <saza@google.com> Bug: webrtc:442444736 Change-Id: I46285bf16634d558a16451c3b1298b49ac9311e4 No-Iwyu: Not changing the tflite includes. Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/409563 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45711}
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.