webrtc/modules
Alessio Bazzica 64e5830969 AGC2: VAD wrapper, add Initialize() method
Not passing the sample rate to the `VoiceActivityDetectorWrapper` ctor
yet since that would require an unnecessary refactoring of `AdaptiveAgc`
which will soon be removed.
Instead, to ensure correct initialization until the child CL [1] lands,
`VoiceActivityDetectorWrapper::initialized_` is temporarily added.

Bit exactness verified with audioproc_f on a collection of AEC dumps
and Wav files (42 recordings in total).

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

Bug: webrtc:7494
Change-Id: I4b4be7b8106ba36c958d91bf263a7b30271a1ee3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/234587
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Hanna Silen <silen@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35213}
2021-10-15 08:22:23 +00:00
..
async_audio_processing Use backticks not vertical bars to denote variables in comments for /modules/async_audio_processing 2021-08-02 11:16:59 +00:00
audio_coding Update m1 arm64 audio bitexactness tests hashes. Followup. 2021-09-17 10:19:01 +00:00
audio_device Remove unreachable return statements. 2021-09-02 09:31:30 +00:00
audio_mixer Use backticks not vertical bars to denote variables in comments for /modules/audio_mixer 2021-08-02 11:10:59 +00:00
audio_processing AGC2: VAD wrapper, add Initialize() method 2021-10-15 08:22:23 +00:00
congestion_controller Default the behavior allowing fast rampup when REMB cap is lifted. 2021-10-07 14:44:13 +00:00
desktop_capture PipeWire capturer: copy content from PW buffer directly to DesktopFrame 2021-10-06 13:22:32 +00:00
include Use backticks not vertical bars to denote variables in comments for /modules/include 2021-07-30 22:40:29 +00:00
pacing Fix bug in dynamic pacer causing slightly inaccurate pacing rate. 2021-10-05 10:56:02 +00:00
remote_bitrate_estimator Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
rtp_rtcp transport-cc: remove unnecessary if block 2021-10-14 16:07:17 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
utility Use backticks not vertical bars to denote variables in comments for /modules/utility 2021-08-09 12:01:43 +00:00
video_capture Use backticks not vertical bars to denote variables in comments for /modules/video_capture 2021-08-09 15:20:43 +00:00
video_coding Revert "Added support for H264 YUV444 (I444) decoding." 2021-10-14 12:59:29 +00:00
video_processing Use backticks not vertical bars to denote variables in comments for /modules/video_processing 2021-08-09 15:36:42 +00:00
BUILD.gn Remove from chromium build targets that are not compatible with it. 2021-02-01 13:46:19 +00:00
module_common_types_unittest.cc