Set export_linear_aec_output on multichannel AEC config When linear AEC output export is enabled via the `--linear_aec_output` flag, `export_linear_aec_output` was previously only enabled on the mono `EchoCanceller3Config`, leaving the builder's multichannel config unset. This caused config compatibility validation in `ConfigSelector` to fail. This CL ensures `export_linear_aec_output` is also enabled on `echo_canceller_multichannel_config` when present. Bug: webrtc:42230301 Change-Id: I7e4f42089e2862b56e7ca070e94c96dd786d8b78 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/504741 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48661}
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.