commit | 1a11b8a91619e22d988b853cba06713ccb98e2eb | [log] [tgz] |
---|---|---|
author | Stuart Langley <slangley@google.com> | Thu Jun 25 09:29:53 2020 +1000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 29 08:32:27 2020 +0000 |
tree | ae1d3dca7ac29fe68dc55ab02be8d4d812e078e3 | |
parent | 1fed59c2220ae8fe1922301482ab3fcf3f7d6672 [diff] |
webrtc-apm: Replace deprected Json::Reader call. Never versions of jsoncpp have deprectated the use of Json::Reader and replaced it with a factory pattern. This change allows us to uprev jsoncpp. No change in functionality. BUG=b:157880485 TEST=FEATURES=test emerge-betty media-libs/webrtc-apm Change-Id: I18d12fbd4c7e1a9e5878a7083630c390acce2199 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/webrtc-apm/+/2265532 Tested-by: Stuart Langley <slangley@chromium.org> Auto-Submit: Stuart Langley <slangley@chromium.org> Commit-Queue: 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.