From a387eb48b156d8143ae983c0bc75ad3495a712d5 Mon Sep 17 00:00:00 2001 From: peah Date: Fri, 25 Aug 2017 07:07:30 -0700 Subject: [PATCH] Decrease the default reverberation in AEC3 BUG=webrtc:8161 Review-Url: https://codereview.webrtc.org/3003423002 Cr-Commit-Position: refs/heads/master@{#19519} --- webrtc/modules/audio_processing/include/audio_processing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h index de77bac30a..e130b836ce 100644 --- a/webrtc/modules/audio_processing/include/audio_processing.h +++ b/webrtc/modules/audio_processing/include/audio_processing.h @@ -279,7 +279,7 @@ class AudioProcessing : public rtc::RefCountInterface { float lf = 100.f; float mf = 1000.f; float hf = 5000.f; - float default_len = 0.7f; + float default_len = 0.f; } ep_strength; struct Mask {