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:
ivoc
2017-01-12 02:28:42 -08:00
committed by Commit bot
parent eb4ca4e823
commit adf823269b

View File

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