Chromium Code Reviews

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

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Changes in response to reviewer comments 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/render_signal_analyzer_unittest.cc
diff --git a/webrtc/modules/audio_processing/aec3/render_signal_analyzer_unittest.cc b/webrtc/modules/audio_processing/aec3/render_signal_analyzer_unittest.cc
index e8b462f048a782131ad91572715e7781cfdea56a..345f6c9f8c13205f6c19bdc316803e70d92d0ffa 100644
--- a/webrtc/modules/audio_processing/aec3/render_signal_analyzer_unittest.cc
+++ b/webrtc/modules/audio_processing/aec3/render_signal_analyzer_unittest.cc
@@ -10,6 +10,9 @@
#include "webrtc/modules/audio_processing/aec3/render_signal_analyzer.h"
+// TODO(peah): Reactivate once the next CL has landed.
+#if 0
+
#include <math.h>
#include <array>
#include <vector>
@@ -121,3 +124,5 @@ TEST(RenderSignalAnalyzer, NarrowBandDetection) {
}
} // namespace webrtc
+
+#endif

Powered by Google App Engine