Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Corrected buffer lengths Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc
diff --git a/webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc b/webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc
index 850ea4bed2179da69dc95131946acaba02f8f0cf..79e6ff0a483cfa8ecefeabb4b4df6b1ce57afb9e 100644
--- a/webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc
+++ b/webrtc/modules/audio_processing/aec3/residual_echo_estimator_unittest.cc
@@ -10,6 +10,8 @@
#include "webrtc/modules/audio_processing/aec3/residual_echo_estimator.h"
+// TODO(peah): Reactivate once the next CL has landed.
+#if 0
#include "webrtc/base/random.h"
#include "webrtc/modules/audio_processing/aec3/aec_state.h"
#include "webrtc/modules/audio_processing/aec3/aec3_fft.h"
@@ -85,3 +87,5 @@ TEST(ResidualEchoEstimator, BasicTest) {
}
} // namespace webrtc
+
+#endif

Powered by Google App Engine