mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +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} |
||
---|---|---|
.. | ||
aec | ||
aec3 | ||
aec_dump | ||
aecm | ||
agc | ||
agc2 | ||
audio_generator | ||
echo_detector | ||
include | ||
intelligibility | ||
logging | ||
ns | ||
test | ||
transient | ||
utility | ||
vad | ||
audio_buffer.cc | ||
audio_buffer.h | ||
audio_buffer_unittest.cc | ||
audio_frame_view_unittest.cc | ||
audio_processing_impl.cc | ||
audio_processing_impl.h | ||
audio_processing_impl_locking_unittest.cc | ||
audio_processing_impl_unittest.cc | ||
audio_processing_performance_unittest.cc | ||
audio_processing_unittest.cc | ||
BUILD.gn | ||
common.h | ||
config_unittest.cc | ||
debug.proto | ||
DEPS | ||
echo_cancellation_bit_exact_unittest.cc | ||
echo_cancellation_impl.cc | ||
echo_cancellation_impl.h | ||
echo_cancellation_impl_unittest.cc | ||
echo_control_mobile_impl.cc | ||
echo_control_mobile_impl.h | ||
echo_control_mobile_unittest.cc | ||
gain_control_for_experimental_agc.cc | ||
gain_control_for_experimental_agc.h | ||
gain_control_impl.cc | ||
gain_control_impl.h | ||
gain_control_unittest.cc | ||
gain_controller2.cc | ||
gain_controller2.h | ||
gain_controller2_unittest.cc | ||
level_estimator_impl.cc | ||
level_estimator_impl.h | ||
level_estimator_unittest.cc | ||
low_cut_filter.cc | ||
low_cut_filter.h | ||
low_cut_filter_unittest.cc | ||
noise_suppression_impl.cc | ||
noise_suppression_impl.h | ||
noise_suppression_unittest.cc | ||
OWNERS | ||
render_queue_item_verifier.h | ||
residual_echo_detector.cc | ||
residual_echo_detector.h | ||
residual_echo_detector_unittest.cc | ||
rms_level.cc | ||
rms_level.h | ||
rms_level_unittest.cc | ||
splitting_filter.cc | ||
splitting_filter.h | ||
splitting_filter_unittest.cc | ||
three_band_filter_bank.cc | ||
three_band_filter_bank.h | ||
typing_detection.cc | ||
typing_detection.h | ||
voice_detection_impl.cc | ||
voice_detection_impl.h | ||
voice_detection_unittest.cc |