webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment
Mirko Bonadei b913198b83 Fix msvc bots build.
This started to happen after turning on "gn analyze" on trybots. It
looks like this code was never built on MSVC trybots.

This CL tries to avoid the type deduction.

Error:
quality_assessment/sound_level.cc(103):
    error C3535: cannot deduce type for 'const auto *' from '_FwdIt'
    with
      [
          _FwdIt=std::_Array_iterator<int16_t,1440>
      ]

Bug: webrtc:11262
Change-Id: Iea7cf2ec62f1d0edfcf6ceac169c92050339d3c4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172088
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30933}
2020-03-29 21:04:55 +00:00
..
apm_configs
__init__.py
annotations.py 'Fixing' a few TODOs by removing them. 2019-04-23 13:51:15 +00:00
annotations_unittest.py Generate APM-QA annotations for noise mixes. 2017-11-23 10:16:29 +00:00
apm_vad.cc Switch py_quality_assessment to ABSL_FLAG. 2019-07-03 12:46:18 +00:00
audioproc_wrapper.py Injectable APM simulator binary in APM-QA 2017-09-29 09:31:16 +00:00
collect_data.py Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
data_access.py Injectable APM simulator binary in APM-QA 2017-09-29 09:31:16 +00:00
echo_path_simulation.py
echo_path_simulation_factory.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
echo_path_simulation_unittest.py
eval_scores.py 'Fixing' a few TODOs by removing them. 2019-04-23 13:51:15 +00:00
eval_scores_factory.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
eval_scores_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
evaluation.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
exceptions.py Customizable noise tracks path in APM-QA 2017-10-05 12:16:20 +00:00
export.py Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
export_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
external_vad.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
fake_external_vad.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
fake_polqa.cc
input_mixer.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
input_mixer_unittest.py
input_signal_creator.py Fixing py lint errors 2018-07-23 15:28:48 +00:00
results.css Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
results.js Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
signal_processing.py Fix wrong-import-order pylint errors in quality_assessment.signal_processing module. 2019-08-28 14:48:28 +00:00
signal_processing_unittest.py APM-QA Test data generation: environmental noise looped. 2017-10-03 16:16:38 +00:00
simulation.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
simulation_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
sound_level.cc Fix msvc bots build. 2020-03-29 21:04:55 +00:00
test_data_generation.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
test_data_generation_factory.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
test_data_generation_unittest.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
vad.cc Format almost everything. 2019-07-08 13:45:15 +00:00