commit | 865a1769435d01a01e83a0034981abd515d8e717 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <[email protected]> | Tue Apr 26 09:46:28 2022 |
committer | Chromeos LUCI <[email protected]> | Wed Apr 27 01:18:10 2022 |
tree | 514df8214f0ffaaa105244c09af8705f518a9b6b | |
parent | e039b6c2ba8d12951c64cf0d3e68926345646d66 [diff] |
[webrtc-apm] webrtc_apm.h/.cc header and format fixed Format issues found by using `repo upload`, whose presubmit checks fail. BUG=chromium:1318461 TEST=no Change-Id: If85fb8b060719f5f0261dc2cba222ab6e31c9987 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/webrtc-apm/+/3608069 Reviewed-by: Hsinyu Chao <[email protected]> Commit-Queue: Hsinyu Chao <[email protected]> Tested-by: Hsinyu Chao <[email protected]>
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.