commit | bb986cbddbd28e2a6ac94af571b925a84c28e752 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Thu Mar 17 16:19:17 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 18 10:51:37 2022 |
tree | d2aa787bb0b7aabf4e369ad6eed2e0976b70f4a1 | |
parent | 017a606836c031148dbccc53f6d016c9314a831a [diff] |
APM `audioproc_f`: adding `--override_key_pressed` Add a flag to override the key pressed state when simulating APM. The current behavior changes as follows: - Wav files simulation: instead of simulating continuous key press events only if the transient suppressor (TS) sub-module is active, allow to simulate the events regardless of whether TS is used; the default key pressed state is used if the command line flag is unspecified, otherwise it is overridden (either always false or always true) - AEC dump simulation: instead of simulating continuous key press events when `--ts 2` is specified, allow to simulate the events regardless of whether TS is used; the state recorded in the AEC dump is used if the command line flag is unspecified, otherwise it is overridden (either always false or always true) - The `--ts 2` option (continuous key events) is now equivalent to `--ts 1`. Bug: webrtc:13663 Change-Id: I5ebe96283db73ee235ec2b2795d91d4e241a3527 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256003 Reviewed-by: Per Ã…hgren <peah@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36247}
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.