commit | c547affa46e1843508f05eda548178cb22057108 | [log] [tgz] |
---|---|---|
author | Hsin-Yu Chao <hychao@chromium.org> | Wed Mar 21 16:48:02 2018 +0800 |
committer | chrome-bot <chrome-bot@chromium.org> | Fri May 11 07:02:11 2018 -0700 |
tree | cab59938aade60a8ec598cac0342e8d56b02fe99 | |
parent | 8667325533618576c0e312ca4f87ccc0c6a3b403 [diff] |
Add README.md BUG=chromium:710465 TEST=None Change-Id: Iafac6b2987410692bf06cb4622a5a6de48f1f4cf Reviewed-on: https://chromium-review.googlesource.com/972921 Commit-Ready: Hsinyu Chao <hychao@chromium.org> Tested-by: Hsinyu Chao <hychao@chromium.org> Reviewed-by: Cheng-Yi Chiang <cychiang@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.