aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
authorAlessio Bazzica <alessiob@webrtc.org>2018-08-30 13:01:34 +0200
committerCommit Bot <commit-bot@chromium.org>2018-08-30 21:29:57 +0000
commitcc22f51988e293d44b3f43dcbfca6b613c180631 (patch)
treef8b7e2b14e61adeb339464d1a36326c7aa51633c /tools_webrtc
parentfc173d00ecf14cd86d29f525a3b9298aa8130b01 (diff)
downloadwebrtc-cc22f51988e293d44b3f43dcbfca6b613c180631.tar.gz
Removing the intelligibility enhancer.
The intelligibility enhancer is always disabled and it is the only non-test target using the lapped transform in common_audio (which we planned to remove). Bug: webrtc:9689, webrtc:5298 Change-Id: Ida65d3aa11ac366471e7e5cbc053108b376c67d8 Reviewed-on: https://webrtc-review.googlesource.com/96460 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24504}
Diffstat (limited to 'tools_webrtc')
-rw-r--r--tools_webrtc/mb/mb_config.pyl30
1 files changed, 0 insertions, 30 deletions
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index ebdafe16de..56c85837fe 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -53,8 +53,6 @@
# "More configs" bots will build all the following configs in sequence.
# This is using MB's "phases" feature.
'Linux (more configs)': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_x64',
'bwe_test_logging':
'bwe_test_logging_x64',
'dummy_audio_file_devices_no_protobuf':
@@ -74,8 +72,6 @@
'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86',
'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64',
'Android32 (more configs)': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_android_arm',
'bwe_test_logging':
'bwe_test_logging_android_arm',
'dummy_audio_file_devices_no_protobuf':
@@ -95,8 +91,6 @@
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
'Win32 ASan': 'win_asan_clang_release_bot_x86',
'Win (more configs)': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_x86',
'bwe_test_logging':
'bwe_test_logging_x86',
'dummy_audio_file_devices_no_protobuf':
@@ -186,8 +180,6 @@
'linux_experimental': 'release_bot_x64',
'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
'linux_more_configs': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_x64',
'bwe_test_logging':
'bwe_test_logging_x64',
'dummy_audio_file_devices_no_protobuf':
@@ -209,8 +201,6 @@
'android_arm64_rel': 'android_release_bot_arm64',
'android_experimental': 'android_release_bot_arm',
'android_more_configs': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_android_arm',
'bwe_test_logging':
'bwe_test_logging_android_arm',
'dummy_audio_file_devices_no_protobuf':
@@ -237,8 +227,6 @@
'win_x64_win8': 'debug_bot_x64',
'win_x64_win10': 'debug_bot_x64',
'win_more_configs': {
- 'intelligibility_enhancer_no_include_tests':
- 'intelligibility_enhancer_no_include_tests_x86',
'bwe_test_logging':
'bwe_test_logging_x86',
'dummy_audio_file_devices_no_protobuf':
@@ -402,9 +390,6 @@
],
# More configs
- 'intelligibility_enhancer_no_include_tests_x64': [
- 'debug_bot', 'x64', 'intelligibility_enhancer', 'no_include_tests'
- ],
'bwe_test_logging_x64': [
'debug_bot', 'x64', 'bwe_test_logging'
],
@@ -415,9 +400,6 @@
'debug_bot', 'x64', 'rtti', 'no_sctp'
],
- 'intelligibility_enhancer_no_include_tests_x86': [
- 'debug_bot', 'x86', 'intelligibility_enhancer', 'no_include_tests'
- ],
'bwe_test_logging_x86': [
'debug_bot', 'x86', 'bwe_test_logging'
],
@@ -428,10 +410,6 @@
'debug_bot', 'x86', 'rtti', 'no_sctp'
],
- 'intelligibility_enhancer_no_include_tests_android_arm': [
- 'android', 'debug_static_bot', 'arm',
- 'intelligibility_enhancer', 'no_include_tests'
- ],
'bwe_test_logging_android_arm': [
'android', 'debug_static_bot', 'arm', 'bwe_test_logging'
],
@@ -586,14 +564,6 @@
'gn_args': 'target_cpu="x86"',
},
- 'intelligibility_enhancer': {
- 'gn_args': 'rtc_enable_intelligibility_enhancer=true',
- },
-
- 'no_include_tests': {
- 'gn_args': 'rtc_include_tests=false',
- },
-
'bwe_test_logging': {
'gn_args': 'rtc_enable_bwe_test_logging=true',
},