commit | 3e710eb8fd54f22e064cd0eb98ddd256f771d38a | [log] [tgz] |
---|---|---|
author | Manoj Gupta <manojgupta@google.com> | Wed May 01 15:30:48 2019 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Thu May 02 21:02:43 2019 -0700 |
tree | 9b69bc16ec7eba1231606f7df0845c59830d12f2 | |
parent | f76cafbf91a8dfdd117e7b06cd98aa6e6ea0d479 [diff] |
cras-config: Fix Wformat warnings reported by clang. Fix a bunch of warnings reported by clang because of incorrect format specifiers. cras-config/aec_config.cc:390:4: error: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat] config.suppressor.nearend_average_blocks); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cras-config/aec_config.cc:434:4: error: format specifies type 'double' but the argument has type 'bool' [-Werror,-Wformat] And various other warnings. BUG=chromium:958583 TEST=emerge-amd64-generic webrtc-apm works. Change-Id: Ied98c83b5abf58ccd580307a55d825aacacdc833 Reviewed-on: https://chromium-review.googlesource.com/1592753 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> 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.