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.