Decrease the default reverberation in AEC3

BUG=webrtc:8161

Review-Url: https://codereview.webrtc.org/3003423002
Cr-Commit-Position: refs/heads/master@{#19519}
This commit is contained in:
peah
2017-08-25 07:07:30 -07:00
committed by Commit Bot
parent 4781552f60
commit a387eb48b1

View File

@ -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 {