Enable residual echo detector on mobile platforms.
BUG=webrtc:6797 Review-Url: https://codereview.webrtc.org/2625323002 Cr-Commit-Position: refs/heads/master@{#16027}
This commit is contained in:
@ -253,11 +253,7 @@ class AudioProcessing {
|
||||
float initial_peak_level_dbfs = -6.0206f;
|
||||
} level_controller;
|
||||
struct ResidualEchoDetector {
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_IOS)
|
||||
bool enabled = false;
|
||||
#else
|
||||
bool enabled = true;
|
||||
#endif
|
||||
} residual_echo_detector;
|
||||
|
||||
struct HighPassFilter {
|
||||
|
||||
Reference in New Issue
Block a user