commit | 9a625e7aef67c285bf02648c68fdb39008c47774 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Thu Oct 01 17:16:56 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 01 17:06:40 2020 +0000 |
tree | 0bdb4c5f83aa4749d928c921850ec55cb00d0eb2 | |
parent | c082eba7588742c853d433a49fca514fd1dfa404 [diff] [blame] |
AGC2: max output noise level now part of config Tested: bit-exactness verified with audioproc_f Bug: webrtc:7494 Change-Id: Ic42f09dc13560494963cdcd338a0c52a729e108d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/186266 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32282}
diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index a56b315..d09e2ba 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h
@@ -354,6 +354,7 @@ float extra_saturation_margin_db = 2.f; int gain_applier_adjacent_speech_frames_threshold = 1; float max_gain_change_db_per_second = 3.f; + float max_output_noise_level_dbfs = -50.f; } adaptive_digital; } gain_controller2;