Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: webrtc/modules/audio_processing/include/audio_processing.h

Issue 2625323002: Enable residual echo detector on mobile platforms. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/include/audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h
index d1a711dfa6a3d38f02d87622ee07849c5db43f85..1b93cc0a5c495f71f8ca5d2c75ea6c8e39924fbd 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.h
+++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698