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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user