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:
committed by
Commit Bot
parent
bc25899363
commit
a73c3b0e07
@ -327,8 +327,6 @@ EchoCanceller3Config ParseAec3Parameters(const std::string& filename) {
|
||||
}
|
||||
|
||||
if (rtc::GetValueFromJsonObject(root, "suppressor", §ion)) {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user