commit | 37062ed16ff82de73cc6b4f9e71a60afe67d3166 | [log] [tgz] |
---|---|---|
author | Alejandro Luebs <aluebs@webrtc.org> | Tue Sep 06 11:25:40 2016 -0700 |
committer | Alejandro Luebs <aluebs@webrtc.org> | Tue Sep 06 18:25:50 2016 +0000 |
tree | 0d840baedbd284dbd08cdb829be0abc1dda164a4 | |
parent | 306d52b0fd7b2a7099c9304d0141fcc42a0bef68 [diff] [blame] |
Fix chromium-style errors in IntelligibilityEnhancer BUG= R=henrik.lundin@webrtc.org, peah@webrtc.org Review URL: https://codereview.webrtc.org/2308043002 . Cr-Commit-Position: refs/heads/master@{#14094}
diff --git a/webrtc/modules/audio_processing/intelligibility/intelligibility_utils.h b/webrtc/modules/audio_processing/intelligibility/intelligibility_utils.h index 11b9e49..b5cc075 100644 --- a/webrtc/modules/audio_processing/intelligibility/intelligibility_utils.h +++ b/webrtc/modules/audio_processing/intelligibility/intelligibility_utils.h
@@ -48,6 +48,8 @@ public: GainApplier(size_t freqs, float relative_change_limit); + ~GainApplier(); + // Copy |in_block| to |out_block|, multiplied by the current set of gains, // and step the current set of gains towards the target set. void Apply(const std::complex<float>* in_block,