1. 5f163fc Align Int16FrameData test class with AudioFrame by Tommi · 4 months ago
  2. 3fa21c8 Comment unused variables in implemented functions 13\n by Dor Hen · 5 months ago
  3. dc03d87 Rename AudioProcessingFactory to Builder by Danil Chapovalov · 5 months ago
  4. 9c21f63 Replace AudioProcessingBuilderForTesting with the BuiltinAudioProcessingFactory by Danil Chapovalov · 6 months ago
  5. d6ef33e Remove PushResampler<T>::InitializeIfNeeded by Tommi · 9 months ago
  6. f58ded7 Use audio views in Interleave() and Deinterleave() by Tommi · 10 months ago
  7. 5d3e680 Add audio view classes by Tommi · 10 months ago
  8. 1f36798 Start using ArrayView in AudioFrame, update PushResampler by Tommi · 11 months ago
  9. 0afde76 Move webrtc::AudioProcessing include to api/ folder by Florent Castelli · 11 months ago
  10. b64eef1 In AecDump take raw pointer to TaskQueueBase instead of legacy rtc::TaskQueue by Danil Chapovalov · 1 year, 3 months ago
  11. efeeba0 Try removing RTC_PUSH_IGNORING_WUNDEF() around proto includes by Björn Terelius · 1 year, 5 months ago
  12. dfba28e AGC2 adaptive digital controller config clean-up by Alessio Bazzica · 2 years, 4 months ago
  13. 06cba44 WebRTC APM: Add missing channel format check by Sam Zackrisson · 2 years, 4 months ago
  14. 5dd5482 APM: Signal error on unsupported sample rates by Sam Zackrisson · 2 years, 4 months ago
  15. fcf1af3 APM: add AudioProcessingImpl::capture_::applied_input_volume(_changed) by Alessio Bazzica · 2 years, 7 months ago
  16. 3153b36 AEC dump `Stream::level` renamed by Alessio Bazzica · 2 years, 7 months ago
  17. f3592cb Adopt absl::string_view in modules/audio_processing/ by Ali Tofigh · 2 years, 8 months ago
  18. 85a126e `ApmTest.VerifyDebugDump(Int|Float)` more insightful with failures by Alessio Bazzica · 2 years, 8 months ago
  19. 3bd444f Clarify and extend test support for certain sample rates in audio processing by Sam Zackrisson · 2 years, 8 months ago
  20. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 10 months ago
  21. 2ab914c Adopt absl::string_view in rtc_base/ (straightforward cases) by Ali Tofigh · 3 years ago
  22. 1db0a26 Reland "Reland "Remove unused APM voice activity detection sub-module"" by Alessio Bazzica · 3 years, 1 month ago
  23. 09aaf6f Revert "Reland "Remove unused APM voice activity detection sub-module"" by Henrik Boström · 3 years, 2 months ago
  24. 54d1344 Reland "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 3 years, 2 months ago
  25. a751f16 Revert "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 3 years, 2 months ago
  26. b4e06d0 Remove unused APM voice activity detection sub-module by Alessio Bazzica · 3 years, 2 months ago
  27. 8a9aa55 Remove AudioProcessing::ChannelLayout by Henrik Lundin · 3 years, 2 months ago
  28. 64253a9 Remove more traces of keyboard mic support from APM by Henrik Lundin · 3 years, 2 months ago
  29. 03cb7e5 APM: Make echo detector an optionally compilable and injectable component by Sam Zackrisson · 3 years, 4 months ago
  30. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  31. cd59704 AudioProcessing: Make minimum and maximum analog levels non-configurable by Hanna Silen · 3 years, 5 months ago
  32. 183c64c APM: remove `LevelEstimator` by Alessio Bazzica · 3 years, 5 months ago
  33. 7b80d44 AGC2: SIMD allowed config flags to field trials by Alessio Bazzica · 3 years, 6 months ago
  34. a850e6c AGC2 config: allow tuning of headroom, max gain and initial gain by Alessio Bazzica · 3 years, 6 months ago
  35. 54c90f2 [-Wshadow] - Fix some warnings. by Mirko Bonadei · 3 years, 6 months ago
  36. be1b898 `ExperimentalNs` removed + APM not depending anymore on `webrtc::Config` by Alessio Bazzica · 3 years, 7 months ago
  37. b8a19df AGC2: removed unused noise estimator implementation by Alessio Bazzica · 3 years, 7 months ago
  38. 4f776ac Use make_ref_counted in AudioProcessingBuilder by Niels Möller · 3 years, 8 months ago
  39. 0b48930 Use backticks not vertical bars to denote variables in comments for /modules/audio_processing by Artem Titov · 3 years, 8 months ago
  40. a2efd15 AGC2 config operator= and unit tests update by Alessio Bazzica · 4 years ago
  41. db5d728 Add refined handling of the internal scaling of the audio in APM by Per Åhgren · 4 years, 1 month ago
  42. 09226fc Disable high-pass filtering of the AEC reference by Gustaf Ullberg · 4 years, 1 month ago
  43. 42eef86 Remove unused code in APM by Alessio Bazzica · 4 years, 2 months ago
  44. 3438a93 AGC2 config change detection fixed by Alessio Bazzica · 4 years, 6 months ago
  45. a43178c Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 6 months ago
  46. 082fac7 Revert "Reland "Activating AVX2 support by default"" by Andrey Logvin · 4 years, 6 months ago
  47. a0ad0bb Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 6 months ago
  48. 80907be Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 6 months ago
  49. e5d669e Reland "Activating AVX2 support by default" by Per Åhgren · 4 years, 6 months ago
  50. 9ccbe17 Revert "Activating AVX2 support by default" by Per Åhgren · 4 years, 6 months ago
  51. ad14827 Activating AVX2 support by default by Per Åhgren · 4 years, 6 months ago
  52. a5e07cc Rename more death test to *DeathTest by Tommi · 4 years, 10 months ago
  53. cc73ed3 APM: Add build flag to allow building WebRTC without APM by Per Åhgren · 5 years ago
  54. dc5522b APM: Removing the redundant VAD output from the integer API by Per Åhgren · 5 years ago
  55. 2507f8c APM: Replace all remaining usage of AudioFrame outside interfaces by Per Åhgren · 5 years ago
  56. 6c9bc39 Cleanup log formatting in modules/audio_processing by Jonas Olsson · 5 years ago
  57. 2d31aea Remove unused AEC delay offset API by Sam Zackrisson · 5 years ago
  58. 0695df1 Reland "Replace the ExperimentalAgc config with the new config format" by Per Åhgren · 5 years ago
  59. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  60. eb3beb8 Revert "Replace the ExperimentalAgc config with the new config format" by Yves Gerey · 5 years ago
  61. f3aa632 Replace the ExperimentalAgc config with the new config format by Per Åhgren · 5 years ago
  62. 12e319a Merge the preambles of the ProcessStream implementations by Sam Zackrisson · 5 years ago
  63. cf4c872 APM: Make the GetStatistics call independent of the locks in APM by Per Åhgren · 5 years ago
  64. c042425 Make the high-pass filter operate in full-band by Per Åhgren · 5 years ago
  65. 62ea0aa Remove deprecated legacy AEC code by Per Åhgren · 5 years ago
  66. 1fce3f8 Remove custom constructors for AudioProcessing::Config. by Yves Gerey · 5 years ago
  67. e35b32c AGC: Removing unnneccessary copying and changing to using const by Per Åhgren · 5 years ago
  68. c20a19c Allow extracting the linear AEC output by Per Åhgren · 5 years ago
  69. 4e5c709 Reland "Correct AEC3 multichannel functionality activation" by Per Åhgren · 5 years ago
  70. 1983458 Revert "Reland "Correct AEC3 multichannel functionality activation"" by Per Åhgren · 5 years ago
  71. d5a7838 Reland "Correct AEC3 multichannel functionality activation" by Per Åhgren · 5 years ago
  72. cc9bf63 Revert "Correct AEC3 multichannel functionality activation" by Per Åhgren · 5 years ago
  73. 9dda1b3 Correct AEC3 multichannel functionality activation by Per Åhgren · 5 years ago
  74. 0cbb58e Reland "Refactoring of the noise suppressor and adding true multichannel support" by Per Åhgren · 5 years ago
  75. 4778f6c Revert "Refactoring of the noise suppressor and adding true multichannel support" by Artem Titov · 5 years ago
  76. 87a7b82 Refactoring of the noise suppressor and adding true multichannel support by Per Åhgren · 5 years ago
  77. cb30726 Remove deprecated Audio Processing APIs by Gustaf Ullberg · 5 years ago
  78. 70770ac Make AudioFrame member instead of raw pointer in APM test fixture by Sam Zackrisson · 5 years ago
  79. e277bde Add APM test of pre-amplifier gain by Sam Zackrisson · 5 years ago
  80. 0bad15f Remove the noise_suppression() pointer to submodule interface by saza · 5 years ago
  81. 41478c7 Remove AudioProcessing::gain_control() getter by Sam Zackrisson · 5 years ago
  82. 6787f23 Remove AudioProcessing::level_estimator() getter by saza · 5 years ago
  83. 0824c6f Delete voice_detection() pointer to submodule by Sam Zackrisson · 5 years ago
  84. ce202a0 Reland "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic pipeline to support multi-channel processing in AEC3."" by Per Åhgren · 6 years ago
  85. d112c75 Revert "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic pipeline to support multi-channel processing in AEC3."" by Per Åhgren · 6 years ago
  86. a66395e Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic pipeline to support multi-channel processing in AEC3." by Per Åhgren · 6 years ago
  87. e3e30ae Revert "Add core multi-channel pipeline in AEC3" by Ilya Nikolaevskiy · 6 years ago
  88. f3a197e Add core multi-channel pipeline in AEC3 by Per Åhgren · 6 years ago
  89. 3e8bf28 Increase the maximum supported sample rate to 384000 Hz and add tests by Per Åhgren · 6 years ago
  90. 6558fa5 Reintroduce command line controlled reference data updating for ApmTest.Process by Sam Zackrisson · 6 years ago
  91. 0aefbf0 Use the AEC3 high-pass filter for the whole APM by Per Åhgren · 6 years ago
  92. c8626b6 Reland "Reland Process 8 kHz audio as 16 kHz internally of the audio processing module" by Per Åhgren · 6 years ago
  93. 7c4b0c5 Revert "Reland Process 8 kHz audio as 16 kHz internally of the audio processing module" by Artem Titarenko · 6 years ago
  94. b7b8e30 Reland Process 8 kHz audio as 16 kHz internally of the audio processing module by Per Åhgren · 6 years ago
  95. d47941e Reland "Simplification and refactoring of the AudioBuffer code" by Per Åhgren · 6 years ago
  96. 1c602e3 Process 8 kHz audio as 16 kHz internally of the audio processing module by Per Åhgren · 6 years ago
  97. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  98. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 6 years ago
  99. 71061bc Replace calls to deprecated googletest APIs. by Mirko Bonadei · 6 years ago
  100. 6ee75fd Allow setting the AGC2 fixed gain during runtime by Per Åhgren · 6 years ago