AEC3: Removing the coherence computation

This CL removes the unused coherence computation from AEC3. This CL
only removes unused code, the output of AEC3 does not change.

Bug: webrtc:8671
Change-Id: Ie127c5ec64e29414f1e1570511d57a4d09fc9145
Reviewed-on: https://webrtc-review.googlesource.com/95650
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24403}
This commit is contained in:
Gustaf Ullberg
2018-08-23 13:36:28 +02:00
committed by Commit Bot
parent bc25899363
commit a73c3b0e07
9 changed files with 5 additions and 380 deletions

View File

@ -327,8 +327,6 @@ EchoCanceller3Config ParseAec3Parameters(const std::string& filename) {
}
if (rtc::GetValueFromJsonObject(root, "suppressor", &section)) {
ReadParam(section, "bands_with_reliable_coherence",
&cfg.suppressor.bands_with_reliable_coherence);
ReadParam(section, "nearend_average_blocks",
&cfg.suppressor.nearend_average_blocks);
ReadParam(section, "mask_lf", &cfg.suppressor.mask_lf);