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

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

Issue 2717353002: Further tuning for AEC3 for initial echo suppression and handling of echo path changes (Closed)
Patch Set: 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
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 8ad5486e0702e97badcbce6a3eb9806a024cca1f..9bdc971b9dc73f5c6d5327b4d7fc6f182c0805c3 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 = 10.f;
+constexpr float kHInitial = 100.f;
peah-webrtc 2017/02/27 14:26:03 An echo path can often have a gain of 20 dB so 10
constexpr int kUpdateCounterInitial = 300;
} // namespace

Powered by Google App Engine
This is Rietveld 408576698