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