1. 6a4fd19 AEC3: Parametrize the delay estimator to leverage strong echo paths by Per Åhgren · 6 years ago
  2. 836a7a2 AEC3: option for using the stationarity estimator at render from the beginning of the call by Jesús de Vicente Peña · 6 years ago
  3. 2402154 AEC3: Parametrize the shadow filter output usage by Per Åhgren · 6 years ago
  4. 2a49065 Increases max size of webrtc::AudioFrame from 60ms to 120ms @32kHz. by henrika · 6 years ago
  5. a687812 AEC3: option for enabling/disabling the onset detection for the ERLE in the configuration file. by Jesús de Vicente Peña · 6 years ago
  6. fde4aa9 AEC3: Adaptive handling of echo path with strong high-frequency gain by Per Åhgren · 6 years ago
  7. 524e878 AEC3: Add state-specific suppressor behaviors by Per Åhgren · 7 years ago
  8. 41dd22b AEC3: Removing more dead code from the suppressor by Gustaf Ullberg · 7 years ago
  9. a73c3b0 AEC3: Removing the coherence computation by Gustaf Ullberg · 7 years ago
  10. 398689f AEC3: Adding the option for applying a fixed delay to the capture signal by Per Åhgren · 7 years ago
  11. 8459b17 AEC3: adding a config option for applying a more conservative initial phase. by Jesús de Vicente Peña · 7 years ago
  12. c3da671 AEC3: Adding another config parameter and matching json reader with config by Per Åhgren · 7 years ago
  13. 7343f56 AEC3: Added parameters for bypassing the suppressor by Per Åhgren · 7 years ago
  14. e4db6a1 AEC3: Improved the accuracy of the adaptive filter by Per Åhgren · 7 years ago
  15. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  16. 51f4014 AEC3: Slower adaptation of main filter by Gustaf Ullberg · 7 years ago
  17. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  18. ec64217 AEC3: Simplified suppression gain calculation by Gustaf Ullberg · 7 years ago
  19. 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
  20. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 7 years ago
  21. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  22. 8406c43 AEC3: Average the spectrum of multiple nearend frames in the suppressor. by Gustaf Ullberg · 7 years ago
  23. 075cb2b AEC3: Changes to how the reverberation decay is applied. by Jesús de Vicente Peña · 7 years ago
  24. fddaf75 AEC3: Increase the look window in the delay estimator. by Per Åhgren · 7 years ago
  25. 2672874 AEC3: Set default down sampling factor to 4 by Gustaf Ullberg · 7 years ago
  26. c4b7f03 AEC3: Adjust active render limits for downsampling factor 8 by Gustaf Ullberg · 7 years ago
  27. e3ca991 AEC3: Added a mode to properly utilize highly linear setups by Per Åhgren · 7 years ago
  28. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 7 years ago
  29. 78b1c4a AEC3: Delay estimator uses bandpass filtered signal with downsampling factor 8 by Gustaf Ullberg · 7 years ago
  30. 2d9a3b1 Increasing the API call skew hysteresis limit in AEC3 by Per Åhgren · 7 years ago
  31. 90e3fbd Activating the AEC3 audibility improvements functionality by Per Åhgren · 7 years ago
  32. ced31ba Correcting the usage of the estimated echo path gain in AEC3 by Per Åhgren · 7 years ago
  33. 0e6375e AEC3: Transparency improvements to the suppressor by Gustaf Ullberg · 7 years ago
  34. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 7 years ago
  35. d5cb477 AEC3: Audibility improvements by Jesús de Vicente Peña · 7 years ago
  36. 47d7fbd Reuse the AEC2 coherence-based gain for the lower bands in AEC3. by Per Åhgren · 7 years ago
  37. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 7 years ago
  38. 8f659a0 Dynamically allocate empty_data() instead of using in-binary buffer. by Tommi · 7 years ago
  39. d0fa820 Allow AEC3 to use any externally reported audio buffer delay in AEC3 by Per Åhgren · 7 years ago
  40. b02644f AEC3 transparency improvements through refined echo audibility analysis by Per Åhgren · 7 years ago
  41. 7ce3091 IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. by Raphael Kubo da Costa · 7 years ago
  42. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  43. 03bfc73 Remove deprecated methods from AudioFrame. by Fredrik Solenberg · 7 years ago
  44. 31122d6 Correct and soften the AEC3 handling of saturated mic signals by Per Åhgren · 7 years ago
  45. 85eef49 Further decrease the AEC3 look window in the nonlinear mode by Per Åhgren · 7 years ago
  46. 251c735 Add a specific AEC3 behavior for setups with known clock-drift by Per Åhgren · 7 years ago
  47. 5c532d3 Robustification of the echo suppression behavior during headset usage. by Per Åhgren · 7 years ago
  48. 5f1a31c Adding a smooth transition from the startup phase parameter set in AEC3 by Per Åhgren · 7 years ago
  49. 8447e91 Add a hysteresis for the API call skew detection to better handle jittery platforms by Per Åhgren · 7 years ago
  50. 0efa941 Move EchoCanceller3Factory to api/auido by Gustaf Ullberg · 7 years ago
  51. 461cdf0 Added AEC3 parameter for specifying that the setup has clock drift by Per Åhgren · 7 years ago
  52. f35c666 Separate build targets for aec3 and aec3_unittests by Gustaf Ullberg · 7 years ago
  53. b6b00dc Safe behavior of the initial echo removal in AEC3 by Per Åhgren · 7 years ago
  54. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 7 years ago
  55. c453c16 Add stubs for AEC3 factory. by Gustaf Ullberg · 7 years ago
  56. 06ad105 Add missing include. by Joachim Bauch · 7 years ago
  57. fd4ce50 Move echo_control.h to api/audio by Gustaf Ullberg · 7 years ago
  58. 75b57d3 Increased the size of the delay estimation look window by Per Åhgren · 7 years ago
  59. 3646f97 AEC3 includes echo_canceller3_config.h directly by Gustaf Ullberg · 7 years ago
  60. bffa300 Move AEC3 configuration to its own file under api/audio by Gustaf Ullberg · 7 years ago
  61. d377f04 Move AudioFrame to its own header file and target in api/. by Niels Möller · 7 years ago
  62. f3a0e77 Make gustaf and peah OWNERS of api/audio by Gustaf Ullberg · 7 years ago
  63. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  64. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago