commit | 87d1a787547b26fd564b66426116c2252aa8233d | [log] [tgz] |
---|---|---|
author | ivoc <ivoc@webrtc.org> | Mon Nov 14 15:55:03 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 14 15:55:09 2016 |
tree | ffe8635d0b6720f58322a61dd1b062e92b848598 | |
parent | a013a02e013bef7a317cd2950539f4436c3ff2ba [diff] |
Add support to audioproc_f for running the residual echo detector and producing an echo likelihood graph. This adds two command-line flags to audioproc_f: -red and -red_graph, which can be used to enable/disable the RED, and to set the output path for the graph. The graph is generated as a python script that depends on matplotlib and numpy to display the graph. BUG=webrtc:6525 Review-Url: https://codereview.webrtc.org/2486763002 Cr-Commit-Position: refs/heads/master@{#15069}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.