- 78f905e Move some users to use webrtc::RefCountInterface by Harald Alvestrand · 1 year, 5 months ago
- efeeba0 Try removing RTC_PUSH_IGNORING_WUNDEF() around proto includes by Björn Terelius · 1 year, 5 months ago
- 2e1f16d Make AEC3 json parsing code testonly by Sam Zackrisson · 1 year, 5 months ago
- 90fb11e Fix improper buffer size in call to rtc::strcpyn by Michael Froman · 1 year, 7 months ago
- 1a4cf30 Avoiding to increase an iterator when the result can be larger than their container end. by Jesús de Vicente Peña · 1 year, 7 months ago
- 758f268 Fix downstream review comments for C++20 by Li-Yu Yu · 1 year, 9 months ago
- f80cf81 Changing the pre echo configuration default. by Jesús de Vicente Peña · 1 year, 10 months ago
- b84fae6 Use sinf instead of std::sinf to improve libstdc++ compatibility by Li-Yu Yu · 1 year, 10 months ago
- 766f703 Making WebRTC-Aec3PenalyzeHighDelaysInitialPhase default to true. by Jesús de Vicente Peña · 1 year, 11 months ago
- c018bae Format /modules by Jared Siskin · 2 years ago
- 6cf8b48 Fix missing libc++ includes in webrtc by Alan Zhao · 2 years, 1 month ago
- 4e86aa0 Remove mentions of already deleted field trials by Emil Lundmark · 2 years, 1 month ago
- e747818 Penalization of large delays on the initial phase. by Jesús de Vicente Peña · 2 years, 1 month ago
- 56c6755 AEC3: Delete render delay buffer alignment killswitch by Sam Zackrisson · 2 years, 2 months ago
- a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 2 months ago
- 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 2 months ago
- 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 2 months ago
- 5b55b27 Version 3: Various changes on the pre-echo delay estimator: by Jesús de Vicente Peña · 2 years, 2 months ago
- eeb2235 Retune AGC2 input volume controller speech ratio threshold by Alessio Bazzica · 2 years, 2 months ago
- 40b5bd7 APM: fix TS initialization bugs with `WebRTC-Audio-GainController2` by Alessio Bazzica · 2 years, 3 months ago
- a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 3 months ago
- 54cf754 APM: remove denormal disabler field trial by Alessio Bazzica · 2 years, 3 months ago
- 4f26c25 APM input volume controller tests by Alessio Bazzica · 2 years, 3 months ago
- 6b7834c Add generic input volume controller test for both AGC1 and AGC2 by Alessio Bazzica · 2 years, 3 months ago
- 18fccfc InputVolumeController: Add startup min input volume unit tests by Hanna Silen · 2 years, 4 months ago
- 3b51cd3 Unify AGC2 experiment field trials into one by Alessio Bazzica · 2 years, 4 months ago
- 597a2ba AGC2: Return the recommended volume from RecommendInputVolume() by Hanna Silen · 2 years, 4 months ago
- cdee165 InputVolumeController: Restrict the application of min input volume by Hanna Silen · 2 years, 4 months ago
- a106095 Fix WebRTC.Audio.Apm.RecommendedInputVolume.OnChangeToMatchTarget tests by Alessio Bazzica · 2 years, 4 months ago
- 2bfa767 Fix APM AGC2 initialization: pass the correct number of channels by Alessio Bazzica · 2 years, 4 months ago
- dfba28e AGC2 adaptive digital controller config clean-up by Alessio Bazzica · 2 years, 4 months ago
- f72bc5f AGC2: rename AdaptiveDigitalGainApplier -> AdaptiveDigitalGainController by Alessio Bazzica · 2 years, 4 months ago
- ca65355 APM: Add field trial parameters and rename by Hanna Silen · 2 years, 4 months ago
- 6ebf5e3 InputVolumeController: Rename variables by Hanna Silen · 2 years, 4 months ago
- da964d7 `InputVolumeStatsReporter`: replace `WebRTC.Audio.AgcSetLevel` by Alessio Bazzica · 2 years, 4 months ago
- 17e14fd APM AGC2: consolidate `GainController2` by Alessio Bazzica · 2 years, 4 months ago
- 352f38c APM: add field trial to disable `TransientSuppressor` by Alessio Bazzica · 2 years, 4 months ago
- 0524319 AGC2 `NoiseLevelEstimator`: DCHECK pointer by Alessio Bazzica · 2 years, 4 months ago
- fcbf372 InputVolumeController: Remove two unit test helper functions by Hanna Silen · 2 years, 4 months ago
- 38a6002 AGC2 `SpeechLevelEstimator`: make `IsConfident()` a trivial getter by Alessio Bazzica · 2 years, 4 months ago
- 4366c54 AGC2: move fixed digital controller before limiter by Alessio Bazzica · 2 years, 4 months ago
- a422e93 APM AGC2 InputVolumeController test: rename manager|agc -> controller by Alessio Bazzica · 2 years, 4 months ago
- 8b4a81f APM: Prepare to remove `AdaptiveDigitalGainController` wrapper by Alessio Bazzica · 2 years, 4 months ago
- e001474 InputVolumeController: readability improvements by Alessio Bazzica · 2 years, 4 months ago
- 504bd59 Expose APM pipeline parameter to select downmixing method by Alessio Bazzica · 2 years, 4 months ago
- 8754a3c Update some audio modules with new OWNERS by Henrik Lundin · 2 years, 4 months ago
- a657490 APM: Add a field trial for input volume controller by Hanna Silen · 2 years, 4 months ago
- b00f881 Remove xooglers from WATCHLISTS and OWNERS by Christoffer Jansson · 2 years, 4 months ago
- d4dbe45 AudioProcessingImpl: Add the use of AGC2 InputVolumeController by Hanna Silen · 2 years, 4 months ago
- 03bccbe AGC2 Input Volume Controller: min input volume field trial update by Alessio Bazzica · 2 years, 4 months ago
- 2076af4 APM: `InputVolumeController` tests simplified by Alessio Bazzica · 2 years, 4 months ago
- 06cba44 WebRTC APM: Add missing channel format check by Sam Zackrisson · 2 years, 4 months ago
- 27fed45 InputVolumeController: Make speech_probability non-optional by Hanna Silen · 2 years, 4 months ago
- 79beaa7 APM tests: check that the applied input volume is recommended by Alessio Bazzica · 2 years, 4 months ago
- 78b466a AGC1: remove unused field trial WebRTC-UseLegacyDigitalGainApplier by Alessio Bazzica · 2 years, 4 months ago
- bf28277 InputVolumeController: Add configurable speech probability aggregation by Hanna Silen · 2 years, 4 months ago
- dd18f9f APM: remove WebRTC.Audio.ApmRuntimeSettingCannotEnqueue by Alessio Bazzica · 2 years, 4 months ago
- 5dd5482 APM: Signal error on unsupported sample rates by Sam Zackrisson · 2 years, 5 months ago
- 408f0be APM: remove WebRTC.Audio.Agc.DigitalGain* histograms from AGC1 by Alessio Bazzica · 2 years, 5 months ago
- 52b0ef7 InputVolumeController: Make input volume update wait frames configurable by Hanna Silen · 2 years, 5 months ago
- e82d2a1 InputVolumeController: Use clipped_level_min in clipping prediction by Hanna Silen · 2 years, 5 months ago
- 7f2d4af APM: mirror "remove unused field trial" in InputVolumeController by Alessio Bazzica · 2 years, 5 months ago
- 90c08d0 APM: mirror "unusued min startup volume param removed" CL in AGC2 by Alessio Bazzica · 2 years, 5 months ago
- 347038b InputVolumeController: Clean up the class definition by Hanna Silen · 2 years, 5 months ago
- 8a8de9b InputVolumeController: Replace speech level target and max digital gain by Hanna Silen · 2 years, 5 months ago
- dd34a48 InputVolumeController: Hardcode some digital gain parameters by Hanna Silen · 2 years, 5 months ago
- 49a6097 InputVolumeController: Modify unit tests ahead of RMS error changes by Hanna Silen · 2 years, 5 months ago
- 87d391f InputVolumeController: Rename override constants/arguments/tests by Hanna Silen · 2 years, 5 months ago
- 92d66be MonoInputVolumeController: Refactor Process() by Hanna Silen · 2 years, 5 months ago
- d7cfbe3 Add support for InputVolumeController in GainController2 by Hanna Silen · 2 years, 5 months ago
- 9f06ef1 Implement InputVolumeController by Hanna Silen · 2 years, 5 months ago
- 7587755 Copy AgcManagerDirect files to agc2 and rename the classes by Hanna Silen · 2 years, 5 months ago
- b24ebc5 pre echo delay: adding different options for detecting pre echoes. by Jesús de Vicente Peña · 2 years, 5 months ago
- bb4ccf8 Pre echo delay estimator: Explicitly considering the initial region when updating the pre echo delay histogram. by Jesús de Vicente Peña · 2 years, 5 months ago
- fbe5d7c Reland "APM: log both applied and recommended input volume stats" by Alessio Bazzica · 2 years, 5 months ago
- c34a8c1 Reland "APM: rename `AnalogGainStatsReporter` to `InputVolumeStatsReporter`" by Alessio Bazzica · 2 years, 5 months ago
- 6a18f06 Revert "APM: rename `AnalogGainStatsReporter` to `InputVolumeStatsReporter`" by Alessio Bazzica · 2 years, 5 months ago
- 35b3c63 Revert "APM: log both applied and recommended input volume stats" by Alessio Bazzica · 2 years, 5 months ago
- d89dff7 AGC2: prepare to move speech level estimator into `GainController2` by Alessio Bazzica · 2 years, 5 months ago
- 8d72733 APM: log both applied and recommended input volume stats by Alessio Bazzica · 2 years, 5 months ago
- b5319fa APM: rename `AnalogGainStatsReporter` to `InputVolumeStatsReporter` by Alessio Bazzica · 2 years, 5 months ago
- d226c57 APM: move `AnalogGainStatsReporter` to AGC2 by Alessio Bazzica · 2 years, 5 months ago
- 335a4e4 GainController2: Remove the unused method Initialize by Hanna Silen · 2 years, 5 months ago
- 9707f57 delay estrimator: Enable looking for early reverberation by Lionel Koenig · 2 years, 5 months ago
- 7afd698 APM `AgcManagerDirect`: unusued min startup volume param removed by Alessio Bazzica · 2 years, 6 months ago
- 9ea5381 APM: remove min startup volume parameter usage in the APM tests by Alessio Bazzica · 2 years, 6 months ago
- 488f669 APM: remove `kClippedLevelMin` from audio_processing.h by Alessio Bazzica · 2 years, 6 months ago
- dff9849 Remove duplicated dump data by Lionel Koenig · 2 years, 6 months ago
- 129f407 Reland: AEC3: clarify render delay controller metrics by Sam Zackrisson · 2 years, 6 months ago
- 601b2f5 `AgcManagerDirect` tests: fix `NonEmptyRmsErrorOverrideHasEffect` by Alessio Bazzica · 2 years, 6 months ago
- b2b6277 Revert "AEC3: clarify render delay controller metrics" by Mirko Bonadei · 2 years, 6 months ago
- db955f0 APM: remove unused field trial in `AgcManagerDirect` by Alessio Bazzica · 2 years, 6 months ago
- fd745d3 AEC3: clarify render delay controller metrics by Sam Zackrisson · 2 years, 6 months ago
- 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 6 months ago
- b37a9c5 Remove ClippingPredictorEvaluator by Hanna Silen · 2 years, 6 months ago
- 3609a5a AgcManagerDirect: Remove clipping_predictor_evaluator_ by Hanna Silen · 2 years, 6 months ago
- cfc3eb1 AgcManagerDirect: Remove logging of metrics from ClippingPredictorEvaluator by Hanna Silen · 2 years, 6 months ago
- a098fcd AgcManagerDirect: Add a mechanism for RMS error override by Hanna Silen · 2 years, 6 months ago
- 767898c Add SpeechProbabilityBuffer by Hanna Silen · 2 years, 6 months ago
- 09c292f AdaptiveDigitalGainController: Add method GetSpeechLevelDbfsIfConfident by Hanna Silen · 2 years, 6 months ago