Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: webrtc/modules/audio_processing/aec3/power_echo_model.cc

Issue 2720973005: Added further tuning of AEC3 (Closed)
Patch Set: Further tuning of AEC3 Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/aec3/power_echo_model.cc
diff --git a/webrtc/modules/audio_processing/aec3/power_echo_model.cc b/webrtc/modules/audio_processing/aec3/power_echo_model.cc
index 9bdc971b9dc73f5c6d5327b4d7fc6f182c0805c3..8ad5486e0702e97badcbce6a3eb9806a024cca1f 100644
--- a/webrtc/modules/audio_processing/aec3/power_echo_model.cc
+++ b/webrtc/modules/audio_processing/aec3/power_echo_model.cc
@@ -28,7 +28,7 @@ void RecentMaximum(const FftBuffer& X_buffer,
}
}
-constexpr float kHInitial = 100.f;
+constexpr float kHInitial = 10.f;
constexpr int kUpdateCounterInitial = 300;
} // namespace
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698