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

Unified Diff: webrtc/modules/audio_processing/audio_processing_performance_unittest.cc

Issue 2294093004: Added build flag around the Intelligibility enhancer performance test code (Closed)
Patch Set: Created 4 years, 4 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/audio_processing_performance_unittest.cc
diff --git a/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc b/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc
index 5309a6a42fc0b1389b53856966ec8f80148c0c95..aea8d92a83779ab3ee7c64aec0d68e3e20b2f2fb 100644
--- a/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc
+++ b/webrtc/modules/audio_processing/audio_processing_performance_unittest.cc
@@ -96,6 +96,7 @@ struct SimulationConfig {
}
}
+#if (WEBRTC_INTELLIGIBILITY_ENHANCER == 1)
ivoc 2016/08/31 08:45:45 Does this work if the flag is not set at all? Or i
peah-webrtc 2016/08/31 12:42:46 That is a very good point! I put it like this in o
const SettingsType intelligibility_enhancer_settings[] = {
SettingsType::kDefaultApmDesktopAndIntelligibilityEnhancer};
@@ -107,6 +108,7 @@ struct SimulationConfig {
simulation_configs.push_back(SimulationConfig(sample_rate, settings));
}
}
+#endif
const SettingsType beamformer_settings[] = {
SettingsType::kDefaultApmDesktopAndBeamformer};
« 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