One WebRTC APM instance is enough
Stop using APM in the Blink peer connection module, since the active APM instance is owned and handled in the Blink media stream module. Less CPU usage at call initialization, less memory and more importantly no misleading logs from APM (in particular, those from `AudioProcessing::ApplyConfig()`). Tested: chromium compiled, appr.tc call successfully made, logs now look ok. Bug: 1136418 Change-Id: I83fd5c2c04da279e997bef76cdd18872463f5b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461107Reviewed-by:Tommi <tommi@chromium.org> Commit-Queue: Ale Bzk <alessiob@chromium.org> Cr-Commit-Position: refs/heads/master@{#815115}
Showing
Please register or sign in to comment