Changed default value for the duration of the echo in echocanceller 3
BUG=webrtc:7519 Review-Url: https://codereview.webrtc.org/2971683002 Cr-Commit-Position: refs/heads/master@{#18887}
This commit is contained in:
@ -268,7 +268,6 @@ class AudioProcessing : public rtc::RefCountInterface {
|
||||
// does not yet have the desired behavior.
|
||||
struct EchoCanceller3 {
|
||||
bool enabled = false;
|
||||
float echo_decay = 0.f;
|
||||
} echo_canceller3;
|
||||
|
||||
// Enables the next generation AGC functionality. This feature replaces the
|
||||
|
||||
Reference in New Issue
Block a user