1. 0c1ad29 AudioProcessingImpl: Add a VAD submodule by Hanna Silen · 3 years, 1 month ago
  2. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 3 years, 1 month ago
  3. 8a9aa55 Remove AudioProcessing::ChannelLayout by Henrik Lundin · 3 years, 5 months ago
  4. 64253a9 Remove more traces of keyboard mic support from APM by Henrik Lundin · 3 years, 6 months ago
  5. 03cb7e5 APM: Make echo detector an optionally compilable and injectable component by Sam Zackrisson · 3 years, 8 months ago
  6. be1b898 `ExperimentalNs` removed + APM not depending anymore on `webrtc::Config` by Alessio Bazzica · 3 years, 10 months ago
  7. 4f776ac Use make_ref_counted in AudioProcessingBuilder by Niels Möller · 4 years, 1 month ago
  8. 5b74723 Add method Mutex::AssertHeld by Niels Möller · 4 years ago
  9. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 4 years, 3 months ago
  10. db5d728 Add refined handling of the internal scaling of the audio in APM by Per Åhgren · 4 years, 4 months ago
  11. 652ada5 Enabling a safe fall-back functionality for overruns in the runtime settings by Per Åhgren · 4 years, 5 months ago
  12. 0ade983 Cleanup of the APM creation by Per Åhgren · 4 years, 11 months ago
  13. 704fb55 In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 5 years ago
  14. b37e59d Add unittests for APM with submodule creation disabled by Sam Zackrisson · 5 years ago
  15. cc73ed3 APM: Add build flag to allow building WebRTC without APM by Per Åhgren · 5 years ago
  16. dc5522b APM: Removing the redundant VAD output from the integer API by Per Åhgren · 5 years ago
  17. 2507f8c APM: Replace all remaining usage of AudioFrame outside interfaces by Per Åhgren · 5 years ago
  18. 12e319a Merge the preambles of the ProcessStream implementations by Sam Zackrisson · 6 years ago
  19. c20a19c Allow extracting the linear AEC output by Per Åhgren · 6 years ago
  20. 2c6f373 Remove legacy EchoControlFactory::Create by Gustaf Ullberg · 6 years ago
  21. 4e5c709 Reland "Correct AEC3 multichannel functionality activation" by Per Åhgren · 6 years ago
  22. 1983458 Revert "Reland "Correct AEC3 multichannel functionality activation"" by Per Åhgren · 6 years ago
  23. d5a7838 Reland "Correct AEC3 multichannel functionality activation" by Per Åhgren · 6 years ago
  24. cc9bf63 Revert "Correct AEC3 multichannel functionality activation" by Per Åhgren · 6 years ago
  25. 9dda1b3 Correct AEC3 multichannel functionality activation by Per Åhgren · 6 years ago
  26. 41478c7 Remove AudioProcessing::gain_control() getter by Sam Zackrisson · 6 years ago
  27. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  28. 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
  29. 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
  30. e3e30ae Revert "Add core multi-channel pipeline in AEC3" by Ilya Nikolaevskiy · 6 years ago
  31. f3a197e Add core multi-channel pipeline in AEC3 by Per Åhgren · 6 years ago
  32. 0aefbf0 Use the AEC3 high-pass filter for the whole APM by Per Åhgren · 6 years ago
  33. d47941e Reland "Simplification and refactoring of the AudioBuffer code" by Per Åhgren · 6 years ago
  34. f254e9e Revert "Simplification and refactoring of the AudioBuffer code" by Steve Anton · 6 years ago
  35. 81c0cf2 Simplification and refactoring of the AudioBuffer code by Per Åhgren · 6 years ago
  36. ca36285 Add PlayoutVolumeChange RuntimeSetting. by Fredrik Hernqvist · 6 years ago
  37. bf47f34 Add comments to clarify argument meanings in APM impl test by Fredrik Hernqvist · 6 years ago
  38. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  39. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  40. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  41. e449805 APM unit test: echo path gain change events notified. by Alessio Bazzica · 7 years ago
  42. d2b9740 APM: render pre-processor moved before echo detector queuing. by Alessio Bazzica · 7 years ago
  43. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  44. b5c9a79 Activate the pre-amplifier in AudioProcessing. by Alex Loiko · 7 years ago
  45. c054e78 Send runtime settings to the Audio Processing Module (APM) by Alessio Bazzica · 7 years ago
  46. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  47. 6f72f56 Change return types of refcount methods. by Niels Möller · 8 years ago
  48. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  49. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_processing/audio_processing_impl_unittest.cc]
  50. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  51. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 8 years ago
  52. 890988c Run the ClangTidy analyser on the AudioProcessing submodule of WebRTC. by Alex Loiko · 8 years ago
  53. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 8 years ago
  54. 4bdced5 Corrected the initialization of the AEC3 by Per Åhgren · 8 years ago
  55. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  56. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  57. 88ac853 The current scheme for setting parameters and specifying the by peah · 9 years ago
  58. 10f606d Revert of Introduced new scheme for controlling the functionality inside the audio processing module (patchset #12 id:260001 of https://codereview.webrtc.org/2292863002/ ) by kjellander · 9 years ago
  59. 2ace3f9 The audio processing module (APM) relies on two for by peah · 9 years ago
  60. c8bbe3f The current scheme for setting parameters and specifying the behavior by peah · 9 years ago
  61. b031955 Deprecate AudioProcessing::AnalyzeReverseStream(AudioFrame) API by aluebs · 9 years ago
  62. 5b830fe Drop the restriction on same forward and reverse sample rate on the AudioFrame interface of the APM by Alex Luebs · 9 years ago
  63. ff761fb modules: more interface -> include renames by Henrik Kjellander · 10 years ago
  64. 788acd1 Merge audio_processing changes. by pbos@webrtc.org · 11 years ago
  65. 12acd6e Reorder includes in audio_processing_impl_unittest. by andrew@webrtc.org · 11 years ago
  66. a8b9737 Add tests and modify tools for new float deinterleaved interface. by andrew@webrtc.org · 11 years ago
  67. e84978f Add a Config parameter to AudioProcessing::Create(). by andrew@webrtc.org · 11 years ago
  68. 60730cf Remove the requirement to call set_sample_rate_hz and friends. by andrew@webrtc.org · 12 years ago