commit | d7c685baa3e7da360935e028f44135356978899f | [log] [tgz] |
---|---|---|
author | Hsin-Yu Chao <hychao@google.com> | Mon Oct 08 15:39:35 2018 +0800 |
committer | chrome-bot <chrome-bot@chromium.org> | Tue Oct 09 21:14:39 2018 -0700 |
tree | afb39fd50b38851f09260f4e982382cdc8c94790 | |
parent | edc7e2a9977370ba0ff487cf1367fbdc1bc8d9e9 [diff] |
webrtc_apm: Apply gain_controller2_adaptive_digital_mode GainController2.adaptive_digital_mode was missing when converting settings from caller. Add it now. BUG=b:117162017 TEST=Manual test on nocturne Change-Id: I46cbf19802ddaee6539a25e04d40df49ea65e86b Reviewed-on: https://chromium-review.googlesource.com/1267579 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Hsinyu Chao <hychao@chromium.org> Reviewed-by: Hsinyu Chao <hychao@chromium.org>
APM is the audio processing module of WebRTC project in charge of effects like echo cancellation, noise suppression, etc. The purpose of this project is to build a standalone library for Chrome OS system side audio processing.
To update this package to latest upstream WebRC:
./script/sync-apm.sh path/to/webrtc-checkout/src .
emerge webrtc-apm
to see if anything breaks.