webrtc/modules/audio_processing/test
Alex Loiko 64cb83bbd9 Flags and settings for AGC2 in AgcManagerDirect.
This CL adds two flags to audioproc_f. The flags control
AgcManagerDirect. The flags are
'--experimental_agc_agc2_level_estimator' and
'--experimental_agc_agc2_digital_adaptive'.

After this CL, the flags are be applied to AgcManagerDirect. The flags
have no effect in release-mode. They cause a crash in debug-mode.

In an upcoming CL, '--experimental_agc_agc2_level_estimator 1' will
replace the speech level estimation in ExperimentalAgc with that of
AGC2.

'--experimental_agc_agc2_digital_adaptive 1' will replace the digital
gain selection and application with that of AGC2.

These audioproc_f will activate both new settings:

./out/Target/audioproc_f --agc 1 --experimental_agc 1
--experimental_agc_agc2_digital_adaptive 1
--experimental_agc_agc2_level_estimator 1 --simulate_mic_gain 1
--simulated_mic_kind 2

See also https://webrtc-review.googlesource.com/c/src/+/79360

Bug: webrtc:7494
Change-Id: If0e65893dffdddb312e553787b8cedaf9a334323
Reviewed-on: https://webrtc-review.googlesource.com/86548
Commit-Queue: Alex Loiko <aleloi@webrtc.org>
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23802}
2018-07-02 13:20:39 +00:00
..
android/apmtest Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
conversational_speech Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
py_quality_assessment Fix pylint presubmit errors and warnings from untouched modules. 2018-06-27 09:31:29 +00:00
aec_dump_based_simulator.cc Added an audioproc option to not report the stream delay 2018-05-28 13:22:29 +00:00
aec_dump_based_simulator.h Restructure the audioproc_f tool into a library with a thin executable wrapper. 2018-03-09 18:06:04 +00:00
apmtest.m Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
audio_buffer_tools.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_buffer_tools.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_processing_simulator.cc Flags and settings for AGC2 in AgcManagerDirect. 2018-07-02 13:20:39 +00:00
audio_processing_simulator.h Flags and settings for AGC2 in AgcManagerDirect. 2018-07-02 13:20:39 +00:00
audioproc_float_impl.cc Flags and settings for AGC2 in AgcManagerDirect. 2018-07-02 13:20:39 +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 Moved audioproc_f interface into api directory. 2018-03-15 12:31:37 +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 Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
debug_dump_replayer.h Replace rtc::Optional with absl::optional in modules/audio processing 2018-06-19 10:38:56 +00:00
debug_dump_test.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
echo_canceller_test_tools.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
echo_canceller_test_tools.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
echo_canceller_test_tools_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fake_recording_device.cc Add AGC1-compliant fake recording device. 2018-07-02 12:29:36 +00:00
fake_recording_device.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fake_recording_device_unittest.cc Add AGC1-compliant fake recording device. 2018-07-02 12:29:36 +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 Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
protobuf_utils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulator_buffers.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulator_buffers.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
test_utils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
test_utils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unittest.proto Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
wav_based_simulator.cc Added an audioproc option to not report the stream delay 2018-05-28 13:22:29 +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