mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 07:37:51 +01:00
![]() 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} |
||
---|---|---|
.. | ||
android/apmtest | ||
conversational_speech | ||
py_quality_assessment | ||
aec_dump_based_simulator.cc | ||
aec_dump_based_simulator.h | ||
apmtest.m | ||
audio_buffer_tools.cc | ||
audio_buffer_tools.h | ||
audio_processing_simulator.cc | ||
audio_processing_simulator.h | ||
audioproc_float_impl.cc | ||
audioproc_float_impl.h | ||
audioproc_float_main.cc | ||
bitexactness_tools.cc | ||
bitexactness_tools.h | ||
debug_dump_replayer.cc | ||
debug_dump_replayer.h | ||
debug_dump_test.cc | ||
echo_canceller_test_tools.cc | ||
echo_canceller_test_tools.h | ||
echo_canceller_test_tools_unittest.cc | ||
fake_recording_device.cc | ||
fake_recording_device.h | ||
fake_recording_device_unittest.cc | ||
performance_timer.cc | ||
performance_timer.h | ||
protobuf_utils.cc | ||
protobuf_utils.h | ||
simulator_buffers.cc | ||
simulator_buffers.h | ||
test_utils.cc | ||
test_utils.h | ||
unittest.proto | ||
wav_based_simulator.cc | ||
wav_based_simulator.h |