commit | 949028fbf1e9a01fb96b186b95606c0096e7d13f | [log] [tgz] |
---|---|---|
author | solenberg <solenberg@webrtc.org> | Tue Dec 15 11:39:38 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 15 19:39:49 2015 +0000 |
tree | 48dd2f1e92ef6027b33eb5de899a248bd358913d | |
parent | 5e0218c66e0686dd00719f1e53f844efa94c9f42 [diff] [blame] |
Make LevelEstimation not a ProcessingComponent. BUG=webrtc:5355 Review URL: https://codereview.webrtc.org/1523483002 Cr-Commit-Position: refs/heads/master@{#11033}
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h index c4d5f08..eb34976 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.h +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -185,6 +185,8 @@ EXCLUSIVE_LOCKS_REQUIRED(crit_capture_); void InitializeNoiseSuppression() EXCLUSIVE_LOCKS_REQUIRED(crit_capture_); + void InitializeLevelEstimator() + EXCLUSIVE_LOCKS_REQUIRED(crit_capture_); int InitializeLocked(const ProcessingConfig& config) EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);