1. cdbaeeb Aec3:Remove unused legacy code by Per Åhgren · 6 years ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  3. 70a5963 AEC3: Stationary init: fixing a typo when reading the json configuration by Jesús de Vicente Peña · 6 years ago
  4. 52caa0e AEC3: Configuration parameter for disabling linear filter by Gustaf Ullberg · 6 years ago
  5. 9249fbf AEC3: Redesign delay headroom by Gustaf Ullberg · 6 years ago
  6. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  7. 68d6d44 AEC3: Remove remaining kill-switches by Gustaf Ullberg · 6 years ago
  8. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  9. c98849c AEC3: changes the signal used for deciding when to update the erle so the reverb render signal is now used by Jesús de Vicente Peña · 6 years ago
  10. 3e7b7b1 AEC3: Changes to initial behavior and handling of saturated echo by Per Åhgren · 6 years ago
  11. c5a38ad AEC3: Refactor AecState by Per Åhgren · 6 years ago
  12. d2650d1 AEC3: Reseting the ERLE at pre-amplifier gain changes by Per Åhgren · 6 years ago
  13. f4801a1 AEC3: Remove killswitches in AecState by Per Åhgren · 6 years ago
  14. e9a7e90 AEC3: ERLE: Allowing increases of the ERLE estimate for low render signals. by Jesús de Vicente Peña · 6 years ago
  15. b2d7116 AEC3: Correction of the suppressor behavior at delay changes by Per Åhgren · 6 years ago
  16. 02e9e44 AEC3: Adding a reset of the ERLE estimator after going out from the initial state. by Jesús de Vicente Peña · 7 years ago
  17. 7015bb4 AEC3: Reset the ERLE estimation after a delay change by Jesús de Vicente Peña · 7 years ago
  18. 9ed9792 AEC3: Removing some old kill switches by Gustaf Ullberg · 7 years ago
  19. 638d4d3 AEC3: No ERLE uncertainty with diverged filter by Gustaf Ullberg · 7 years ago
  20. 6204adf AEC3: Loosen the echo removal requirements in conservative mode by Per Åhgren · 7 years ago
  21. f4cf64e AEC3: Enforcing nonlinear mode when transparent mode is active by Per Åhgren · 7 years ago
  22. 2275439 AEC3: Further utilize the shadow filter to boost adaptation by Per Åhgren · 7 years ago
  23. ef5d5af AEC3: Increasing the accuracy of the detection for early reverb by Per Åhgren · 7 years ago
  24. f954ba5 AEC3: Increasing the transparency during call startup by Per Åhgren · 7 years ago
  25. b20b937 AEC3: Refactor the code for analyzing filter convergence by Per Åhgren · 7 years ago
  26. 496cedf AEC3: Reverberation model: Changes on the decay estimation. by Jesús de Vicente Peña · 7 years ago
  27. 6c618c7 AEC3: Avoid entering non-linear mode when the filter is slightly diverged by Gustaf Ullberg · 7 years ago
  28. e58bd8a AEC3: Reverb modeling: Including the freq shape of the tails when modeling the reverberation by Jesús de Vicente Peña · 7 years ago
  29. db9f7ab Replace rtc::Optional with absl::optional in modules/audio processing by Danil Chapovalov · 7 years ago
  30. 075cb2b AEC3: Changes to how the reverberation decay is applied. by Jesús de Vicente Peña · 7 years ago
  31. 05d8ee1 AEC3: Delay stabilization after a delay change by Per Åhgren · 7 years ago
  32. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 7 years ago
  33. 90e3fbd Activating the AEC3 audibility improvements functionality by Per Åhgren · 7 years ago
  34. d18e87e Correcting the AEC3 transparent mode behavior avoid incorrect activation by Per Åhgren · 7 years ago
  35. ced31ba Correcting the usage of the estimated echo path gain in AEC3 by Per Åhgren · 7 years ago
  36. d5cb477 AEC3: Audibility improvements by Jesús de Vicente Peña · 7 years ago
  37. 31122d6 Correct and soften the AEC3 handling of saturated mic signals by Per Åhgren · 7 years ago
  38. 8131eb0 Allow the headset mode to be entered after the call has started by Per Åhgren · 7 years ago
  39. f3e2bf1 Further headset mode robustification based on linear filter convergence by Per Åhgren · 7 years ago
  40. 5c532d3 Robustification of the echo suppression behavior during headset usage. by Per Åhgren · 7 years ago
  41. 12eb858 Separating the AEC3 suppressor gain rampup behavior for call startup and in-call resets by Per Åhgren · 7 years ago
  42. f4e99db Update AEC3 echo tail estimation. by Christian Schuldt · 7 years ago
  43. 3ab308f Inform the AEC3 echo remover about the status of the estimated delay by Per Åhgren · 7 years ago
  44. b6b00dc Safe behavior of the initial echo removal in AEC3 by Per Åhgren · 7 years ago
  45. 3646f97 AEC3 includes echo_canceller3_config.h directly by Gustaf Ullberg · 7 years ago
  46. a98c807 Added faster initial model adaptation speed in AEC3 by Per Åhgren · 7 years ago
  47. 0e6d2f5 Use the filter delay to use the proper render block in the AEC3 AecState by Per Åhgren · 7 years ago
  48. de22a17 Removed usage of the the redundant the render alignment headroom in AEC3 by Per Åhgren · 7 years ago
  49. 60e8965 Removed the redundant functionality for the initial state in AEC3 by Per Åhgren · 7 years ago
  50. 4b3bc0f Cleanup and simplification of the logic in the AEC3 state management by Per Åhgren · 7 years ago
  51. 09a718a Added the ability to more easily adjust the filter length in AEC3 by Per Åhgren · 7 years ago
  52. 63b494d Reverted the new handling of saturated echoes in AEC3 by Per Åhgren · 7 years ago
  53. 332150d APM reports ERL and ERLE metrics for AEC3. by Gustaf Ullberg · 7 years ago
  54. 7ddd463 Balancing the transparency in AEC3 between saturating and low echo paths by Per Åhgren · 7 years ago
  55. bd83b91 Separate AEC3 config from AudioProcessing::Config. by Gustaf Ullberg · 7 years ago
  56. 1b4059e Transparency improvements for AEC3 during call start and after resets by Per Åhgren · 7 years ago
  57. c65ce78 Separated the NLP behavior in AEC3 for different echo estimates. by Per Åhgren · 7 years ago
  58. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  59. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/audio_processing/aec3/aec_state.h]
  60. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  61. 529662a Move array_view.h to webrtc/api/ by kwiberg · 8 years ago
  62. 8cee56f Utilizing the AEC3 config struct for constants. by peah · 8 years ago
  63. 2910357 Transparency improvements in the echo canceller 3 by peah · 8 years ago
  64. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  65. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  66. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  67. 697a590 Added the ability to adjust the AEC3 performance for large rooms by peah · 8 years ago
  68. e52a203 Echo canceller 3 improvements for setups with headsets. by peah · 8 years ago
  69. 6d822ad Added forced zero AEC output after call startup and echo path changes by peah · 8 years ago
  70. 8942045 Adding support for handling highly reverberant echoes in AEC3. by peah · 8 years ago
  71. 86afe9d Major updates to the echo removal functionality in AEC3 by peah · 8 years ago
  72. cf02cf1 Major AEC3 render pipeline changes by peah · 8 years ago
  73. ebe7778 Further tuning for AEC3 for initial echo suppression by peah · 8 years ago
  74. 522d71b Finalization of the first version of EchoCanceller 3 by peah · 8 years ago