webrtc/modules/audio_processing/test
Alessio Bazzica 1e2542f593 AGC2: adding level estimation option (RMS or peak-based).
This CL makes possible to choose the level estimation for the adaptive
digital GC of AGC2. The options are RMS (default and currently used
estimator) and peak-based (already computed, but not used).

Besides adding the new AGC2 config param for the level estimator, this CL
also refactors the config class by making it more structured.

Bug: webrtc:7494
Change-Id: I20eb558ca50f13536aa7bdea08d21de3b630f8bc
Reviewed-on: https://webrtc-review.googlesource.com/c/110144
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Alex Loiko <aleloi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25620}
2018-11-13 14:32:13 +00:00
..
android/apmtest
conversational_speech Reland "Delete rtc::Pathname" 2018-11-07 09:57:55 +00:00
py_quality_assessment Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
aec_dump_based_simulator.cc Delete deprecated AEC interfaces 2018-10-04 09:20:10 +00:00
aec_dump_based_simulator.h Store RuntimeSetting in Aec Dumps. 2018-09-10 11:40:28 +00:00
apmtest.m
audio_buffer_tools.cc
audio_buffer_tools.h
audio_processing_simulator.cc AGC2: adding level estimation option (RMS or peak-based). 2018-11-13 14:32:13 +00:00
audio_processing_simulator.h APM: Add ability to turn on/off dumping of internal data 2018-10-25 09:03:53 +00:00
audioproc_float_impl.cc APM: Add ability to turn on/off dumping of internal data 2018-10-25 09:03:53 +00:00
audioproc_float_impl.h Moved audioproc_f interface into api directory. 2018-03-15 12:31:37 +00:00
audioproc_float_main.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
bitexactness_tools.cc Add DCHECK and documentation to disallow trying to read more than two audio channels in helper function. 2018-01-12 15:27:50 +00:00
bitexactness_tools.h Add DCHECK and documentation to disallow trying to read more than two audio channels in helper function. 2018-01-12 15:27:50 +00:00
debug_dump_replayer.cc Delete deprecated AEC interfaces 2018-10-04 09:20:10 +00:00
debug_dump_replayer.h Store RuntimeSetting in Aec Dumps. 2018-09-10 11:40:28 +00:00
debug_dump_test.cc Reland "Remove APM internal usage of EchoCancellation" 2018-09-17 09:51:08 +00:00
echo_canceller_test_tools.cc
echo_canceller_test_tools.h
echo_canceller_test_tools_unittest.cc
fake_recording_device.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
fake_recording_device.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fake_recording_device_unittest.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
performance_timer.cc Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
performance_timer.h Replace rtc::Optional with absl::optional in modules/audio processing 2018-06-19 10:38:56 +00:00
protobuf_utils.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
protobuf_utils.h
runtime_setting_util.cc Store RuntimeSetting in Aec Dumps. 2018-09-10 11:40:28 +00:00
runtime_setting_util.h Store RuntimeSetting in Aec Dumps. 2018-09-10 11:40:28 +00:00
simulator_buffers.cc
simulator_buffers.h
test_utils.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
test_utils.h Remove all remaining non-test uses of std::stringstream. 2018-09-13 08:52:05 +00:00
unittest.proto Drop legacy AEC metrics interface from ApmTest.Process 2018-09-14 08:16:43 +00:00
wav_based_simulator.cc Reland "Remove APM internal usage of EchoCancellation" 2018-09-17 09:51:08 +00:00
wav_based_simulator.h Restructure the audioproc_f tool into a library with a thin executable wrapper. 2018-03-09 18:06:04 +00:00