commit | 16fa2519839778c4223ddbc0707561b9d6ce4053 | [log] [tgz] |
---|---|---|
author | Manoj Gupta <manojgupta@google.com> | Mon Nov 18 15:47:01 2019 -0800 |
committer | Manoj Gupta <manojgupta@chromium.org> | Thu Nov 21 00:51:03 2019 +0000 |
tree | 4ce8e6e7a2271b33ea8719ec20a481ac4b00592e | |
parent | 7741557fb6adc29a25df80bd4d85f2126f8e766f [diff] |
Disable -Wimplicit-int-float-conversion warning. Clang's "-Wimplicit-int-float-conversion" fires up at more than 100 places in webrtc-apm. Disable this warning temporarily before the code can be updated. BUG=chromium:1024392 TEST=webrtc-apm builds. Change-Id: I5944cdf8fcb078623774f14dbf1429206db2d085 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/webrtc-apm/+/1923007 Tested-by: Manoj Gupta <manojgupta@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.