1. 9e2be5f webrtc/modules/audio_processing: Use RTC_DCHECK() instead of assert() by kwiberg · 9 years ago
  2. a421ddd The buffering of the farend signal is refactored in this CL. by peah · 9 years ago
  3. 8e56521 The output signal of the AEC needs to be buffered as the by peah · 9 years ago
  4. 906f403 This CL refactors the buffering of the incoming near-end signal inside by peah · 9 years ago
  5. 83ffe45 Fix Chromium clang plugin warnings by kwiberg · 9 years ago
  6. e01000b Fixing a comment on AEC divergence metric. by minyuel · 9 years ago
  7. 351da09 Remove header files for the AEC and the APM test program that are no longer used. by peah · 9 years ago
  8. 946f36e Added diagnostic AEC debug logpoints for the purpose by peah · 9 years ago
  9. 83e8286 AEC: Add UMA logging of buffer re-alignment by henrik.lundin · 9 years ago
  10. e305d95 Remove runtime NEON detection by pasko · 9 years ago
  11. 5df7294 Refactored the comfort noise generation code in the AEC. by peah · 9 years ago
  12. 9bbf89b Moved the AEC echo suppression gain computation code to a separate method. by peah · 9 years ago
  13. e687f78 Moved the functionality in aec_core_internal.h into other files. by peah · 9 years ago
  14. e69c37b Separated the functionalities in the OverdriveAndSuppress by peah · 9 years ago
  15. 23868b6 Broke apart the functionalities in the SubbandCoherence method in the AEC. by peah · 9 years ago
  16. 6c9b65a Made the method PartitionDelay independent of the AEC state. by peah · 9 years ago
  17. 779e97e Removed the MIPS optimized code for the comfort noise generation in by peah · 9 years ago
  18. 8d13c4f Changed the AEC SubbandCoherence function to not use the full AEC state by peah · 9 years ago
  19. 44c8a37 Removed the file echo_cancellation_internal.h and moved by peah · 9 years ago
  20. 3f08dc6 Introduced the new APM data logging functionality into the AEC echo_cancellation.* API layer. by peah · 9 years ago
  21. 3815655 Change aggregation window of aecDivergentFilterFraction to 1 second. by minyue · 9 years ago
  22. 7dd7ab5 Changed the name of the variable overdriveSm and removed the by peah · 9 years ago
  23. b46083e This CL introduces a new data logging functionality by peah · 9 years ago
  24. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  25. 2b67078 Cleaning up AEC metrics. by minyue · 9 years ago
  26. 594a877 Cleaned up the EchoSuppression method in the AEC so that it by peah · 9 years ago
  27. 0332c2d Added support in the AEC for refined filter adaptation. by peah · 9 years ago
  28. 21a395d Moved the aec_rdft*.c files to be build using C++ by peah · 9 years ago
  29. bdb7af6 Changed the delay estimator to be built using C++ by peah · 9 years ago
  30. 5045337 Pulling AEC divergent filter fraction. by minyue · 9 years ago
  31. e10fc3f Adding fraction of filter divergence in AEC metrics. by minyue · 9 years ago
  32. fc3ef3e Removed unused code and simplified the code for the AEC metrics by peah · 9 years ago
  33. faed4ab Revert of Moved ring-buffer related files from common_audio to audio_processing" (patchset #2 id:20001 of https://codereview.webrtc.org/1858123003/ ) by peah · 9 years ago
  34. 8864fe5 Revert "Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ )" by peah · 9 years ago
  35. c54aad6 Revert of Moved ring-buffer related files from common_audio to audio_processing (patchset #8 id:150001 of https://codereview.webrtc.org/1846903004/ ) by peah · 9 years ago
  36. 6c39324 Revert of Moved the ringbuffer to be built using C++ (patchset #2 id:20001 of https://codereview.webrtc.org/1851873003/ ) by peah · 9 years ago
  37. 677e577 Moved the ringbuffer to be built using C++ by peah · 9 years ago
  38. 711ccc8 Moved ring-buffer related files from common_audio to audio_processing by peah · 9 years ago
  39. 84db6fa Adding BlockMeanCalculator for AEC. by minyue · 9 years ago
  40. 6a85d34 Fixing UpdateLevel function in AEC. by minyue · 9 years ago
  41. 6ebc4d3 Changed name for the upcoming AEC from NextGenerationAec to AEC3. by peah · 9 years ago
  42. 50e21bd This CL introduces namespaces in the aec c++ files by peah · 9 years ago
  43. 88950cf Moved the file aec_resampler.c to be built using C++. by peah · 9 years ago
  44. 7b19b08 Reland "Calculating ERLE in AEC more properly." by minyue · 9 years ago
  45. c9bbbe4 Revert "Calculating ERLE in AEC more properly." by minyuel · 9 years ago
  46. 944744b Calculating ERLE in AEC more properly. by minyuel · 9 years ago
  47. 0e40f7c Remove incorrect reinterpret_cast from const. by Peter Boström · 9 years ago
  48. 8df5d4f Moved the AEC C code to be built using C++. by peah · 9 years ago
  49. a332e2d Added boilerplate code for being able to test the upcoming AEC functionality. by peah · 9 years ago
  50. 1147b75 Moved buffering of farend into the EchoSubtraction method. by peah · 9 years ago
  51. 48fa271 Made implicit casts in the echo canceller explicit. by peah · 9 years ago
  52. ff63ed2 Format changes achieved by running clang-format -i -style=Chromium by peah · 9 years ago
  53. 691b836 Using buffered signal to calculate the level of echo cancellation. by minyue · 9 years ago
  54. 9846845 Calculate audio levels in AEC in time domain. by minyue · 9 years ago
  55. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  56. 92594a3 Moving FFT on farend signal to where it is used in AEC (bit exact). by minyue · 9 years ago
  57. 0bc176b Further refactored the echo suppressor code: by peah · 9 years ago
  58. 99b1a32 Retyped the frequency estimate of the comfort noise for the higher band to harmonize the AEC code. by peah · 9 years ago
  59. 48bf238 Some further minor bitexact APM echo suppressor refactoring by peah · 9 years ago
  60. b14f001 Some minor (bitexact) AEC echo suppressor refactoring by peah · 9 years ago
  61. afeb438 Moved code into the lowest level of EchoSuppression by peah · 9 years ago
  62. 7e43138 -Removed the state as an input to the FilterAdaptation function. by peah · 9 years ago
  63. 54eb5e2 Removed the aec state as an input parameter to the FilterFar function. by peah · 9 years ago
  64. d860523 First part of the preparatory work before the actual work for solving the ducking problem starts. by peah · 9 years ago
  65. 9b72af9 Remove webrtc/modules/audio_processing/{aec,aecm,ns}/include by Henrik Kjellander · 9 years ago
  66. c12be39 -Removed the indirect error message reporting in aec and aecm. by peah · 9 years ago
  67. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  68. fc9dd17 Added boundary check for array access as a short-term way of fixing the bug of out-of-bounds reads into the array by peah · 10 years ago
  69. 9e69abf Added logging using the raw variant of the new aec logging macros by peah · 10 years ago
  70. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 10 years ago
  71. 0f133b9 Rename APM Config ReportedDelay to DelayAgnostic by henrik.lundin · 10 years ago
  72. 7101269 Reland "Revert "audio_processing/aec: make delay estimator aware of starving farend buffer"" by Bjorn Volcker · 10 years ago
  73. 01c9b01 Revert "audio_processing/aec: make delay estimator aware of starving farend buffer" by Bjorn Volcker · 10 years ago
  74. 9002cc4 audio_processing/aec: make delay estimator aware of starving farend buffer by Bjorn Volcker · 10 years ago
  75. 728d903 Reformat existing code. There should be no functional effects. by Peter Kasting · 10 years ago
  76. 9345e86 audio_processing: Create now returns a pointer to the object by Bjorn Volcker · 10 years ago
  77. 441f634 Re-land r9378 "Rename APM Config DelayCorrection to ExtendedFilter" by Henrik Lundin · 10 years ago
  78. 3fbf3f8 Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter" by Henrik Lundin · 10 years ago
  79. 5f4b7e2 Rename APM Config DelayCorrection to ExtendedFilter by Henrik Lundin · 10 years ago
  80. 7dbc076 audio_processing/aec: Turn SignalBasedDelayCorrection to after 15 seconds by Bjorn Volcker · 10 years ago
  81. cb7f8ce Clear ARM NEON flag by Andrew MacDonald · 10 years ago
  82. 1ff218f audio_processing/aec: Do not scale target delay at startup when on Android by Bjorn Volcker · 10 years ago
  83. 3cfa756 audio_processing/aec: Fixes an incorrect sampling rate multiplier when processing in 48 kHz by Bjorn Volcker · 10 years ago
  84. f6a99e6 Refactor audio_processing: Free functions return void by Bjorn Volcker · 10 years ago
  85. bf395c1 Add WebRTC Media Constraint to force using Delay Agnostic AEC on Android by Bjorn Volcker · 10 years ago
  86. d7a212e audio_processing/aec: Increased delay metrics aggregation window to five seconds by bjornv@webrtc.org · 10 years ago
  87. 976c0f3 audio_processing/aec: NEON code should not be invoked if it is detectable, but is not NEON by bjornv@webrtc.org · 10 years ago
  88. cc64a9c voice_engine: Updates GetEcDelayMetrics() w.r.t. new metric by bjornv@webrtc.org · 10 years ago
  89. b1786db audio_processing: Added a new AEC delay metric value that gives the amount of poor delays by bjornv@webrtc.org · 10 years ago
  90. 5614cf1 audio_processing: Use fixed aggregation window in delay metrics by bjornv@webrtc.org · 10 years ago
  91. 70117a8 AEC: Implements a new function for calculating delay metrics by bjornv@webrtc.org · 10 years ago
  92. e65d9d9 Fix an unitialized variable warning. by andrew@webrtc.org · 10 years ago
  93. c78d81a Re-land "Support 48kHz in AEC" by aluebs@webrtc.org · 10 years ago
  94. ee0c100 Revert 8080 "Support 48kHz in AEC" by tina.legrand@webrtc.org · 10 years ago
  95. 64d3c4b Support 48kHz in AEC by aluebs@webrtc.org · 10 years ago
  96. 6b63015 Move ring_buffer to common_audio. by andrew@webrtc.org · 10 years ago
  97. bac0012 Extend delay estimation window in AEC to 500 ms on all platforms by bjornv@webrtc.org · 10 years ago
  98. 3a70625 audio_processing: Added back ATTRIBUTE_UNUSED lost in r7877 by bjornv@webrtc.org · 10 years ago
  99. f832a6d Remove _t from function pointer typedefs. by pbos@webrtc.org · 10 years ago
  100. e468bc9 Rename _t struct types in audio_processing. by pbos@webrtc.org · 10 years ago