webrtc/modules/audio_processing/transient
Alessio Bazzica bab128555a Improve code quality in modules/audio_processing/agc/
- Switch from ptr+size to rtc::ArrayView
- Remove `AgcManagerDirect::sample_rate_hz_` since it's always 16 kHz
- Stop passing nullptr in agc_manager_direct_unittest.cc when
  `AgcManagerDirect::Process()` is called
- Allow to correctly run the tests added in the child CL (see [1])

[1] https://webrtc-review.googlesource.com/c/src/+/250141

Bug: webrtc:7494
Change-Id: I0292d7038d6510ca7c58af32b6003a1e4b121b00
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250541
Reviewed-by: Hanna Silen <silen@webrtc.org>
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35910}
2022-02-04 15:37:21 +00:00
..
test Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
BUILD.gn Remove from chromium build targets that are not compatible with it. 2021-02-01 13:46:19 +00:00
click_annotate.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
common.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
daubechies_8_wavelet_coeffs.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
dyadic_decimator.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
dyadic_decimator_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
file_utils.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
file_utils.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
file_utils_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
moving_moments.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
moving_moments.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
moving_moments_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transient_detector.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
transient_detector.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
transient_detector_unittest.cc Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*" 2019-01-21 12:46:25 +00:00
transient_suppression_test.cc Improve code quality in modules/audio_processing/agc/ 2022-02-04 15:37:21 +00:00
transient_suppressor.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
transient_suppressor_impl.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
transient_suppressor_impl.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
transient_suppressor_unittest.cc Make transient suppression optionally excludable via defines 2020-04-02 11:44:07 +00:00
windows_private.h Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
wpd_node.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
wpd_node.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
wpd_node_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
wpd_tree.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
wpd_tree.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
wpd_tree_unittest.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00