- dc03d87 Rename AudioProcessingFactory to Builder by Danil Chapovalov · 7 weeks ago
- 6d58a43 Comment unused variables in implemented functions 3\n by Dor Hen · 8 weeks ago
- 10e4d86 Add helper to inject custom implementation of audio processing as factory by Danil Chapovalov · 8 weeks ago
- 0afde76 Move webrtc::AudioProcessing include to api/ folder by Florent Castelli · 8 months ago[Renamed (98%) from modules/audio_processing/include/audio_processing.cc]
- 02d9ece Remove dependency on rtc::TaskQueue in AudioProcessing module by Danil Chapovalov · 11 months ago
- e052eee Deprecate rtc::TaskQueue variant of AudioProcessing::CreateAndAttachAecDump by Danil Chapovalov · 11 months ago
- 1ecf29c Change AudioProcessing interface to allow not to require rtc::TaskQueue by Danil Chapovalov · 11 months ago
- dfba28e AGC2 adaptive digital controller config clean-up by Alessio Bazzica · 2 years ago
- 9f06ef1 Implement InputVolumeController by Hanna Silen · 2 years, 1 month ago
- 1db0a26 Reland "Reland "Remove unused APM voice activity detection sub-module"" by Alessio Bazzica · 2 years, 10 months ago
- 09aaf6f Revert "Reland "Remove unused APM voice activity detection sub-module"" by Henrik Boström · 2 years, 10 months ago
- 54d1344 Reland "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 2 years, 10 months ago
- a751f16 Revert "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 2 years, 10 months ago
- b4e06d0 Remove unused APM voice activity detection sub-module by Alessio Bazzica · 2 years, 10 months ago
- 03cb7e5 APM: Make echo detector an optionally compilable and injectable component by Sam Zackrisson · 3 years ago
- cd59704 AudioProcessing: Make minimum and maximum analog levels non-configurable by Hanna Silen · 3 years, 1 month ago
- 183c64c APM: remove `LevelEstimator` by Alessio Bazzica · 3 years, 2 months ago
- 7b80d44 AGC2: SIMD allowed config flags to field trials by Alessio Bazzica · 3 years, 2 months ago
- b8ffdc4 APM: fix CaptureLevelAdjustment::operator== by Alessio Bazzica · 3 years, 2 months ago
- a850e6c AGC2 config: allow tuning of headroom, max gain and initial gain by Alessio Bazzica · 3 years, 2 months ago
- 2938694 AudioProcessing: Add use_predicted_step in GainController1 comparison and string conversion by Hanna Silen · 3 years, 3 months ago
- b8a19df AGC2: removed unused noise estimator implementation by Alessio Bazzica · 3 years, 4 months ago
- a43953a Add ClippingPredictor config in AudioProcessing config by Hanna Silen · 3 years, 7 months ago
- b8dc7fa Make AgcManagerDirect clipping parameters configurable by Hanna Silen · 3 years, 7 months ago
- 7ddadbc APM: dump `GainController1::AnalogGainController` in `Config::ToString` by Alessio Bazzica · 3 years, 7 months ago
- a2efd15 AGC2 config operator= and unit tests update by Alessio Bazzica · 3 years, 8 months ago
- 980c460 AGC2: retuning and large refactoring by Alessio Bazzica · 3 years, 8 months ago
- 61982a7 AGC2 lightweight noise floor estimator by Alessio Bazzica · 3 years, 8 months ago
- db5d728 Add refined handling of the internal scaling of the audio in APM by Per Åhgren · 3 years, 9 months ago
- 68c225d Make 48 kHz maximum rate default for all devices by Per Åhgren · 3 years, 11 months ago
- 6f75f6b APM: add AGC2 SIMD kill switches in `AudioProcessing::Config::ToString()` by Alessio Bazzica · 3 years, 11 months ago
- 42eef86 Remove unused code in APM by Alessio Bazzica · 4 years ago
- dbcaff0 Fix AudioProcessing::Config::ToString() implementation. by Hua, Chunbo · 4 years ago
- 08d2a70 AGC2 limiter stats + config ToString missing param by Alessio Bazzica · 4 years, 1 month ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 1 month ago
- f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 2 months ago
- 3438a93 AGC2 config change detection fixed by Alessio Bazzica · 4 years, 2 months ago
- 0c83e15 Move AGC2 config ToString to the right place and update Validate() by Alessio Bazzica · 4 years, 2 months ago
- 4b6ba7c Split out some dependencies from the monolith audio processing target by Sam Zackrisson · 4 years, 9 months ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- c073471 APM: Move the TransientSuppression activation to the apm_config by Per Åhgren · 5 years ago
- ded86c1 Remove remaining settings for using legacy AEC by Per Åhgren · 5 years ago
- e14cb99 Correct/update the activation of the multi-channel processing in APM by Per Åhgren · 5 years ago
- 72cc71c Harmonize APM config logging, update config ToString by Sam Zackrisson · 5 years ago
- fcbe407 Adding more refined control over choice of band-splitting by Per Åhgren · 5 years ago
- 59bbd65 Add ToString method for AudioProcessing::Config by Artem Titov · 5 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- db38972 Remove nonlinear beamformer API from APM by Sam Zackrisson · 6 years ago
- 73ec019 Add RuntimeSettings to CustomProcessing. by Alex Loiko · 7 years ago
- b6b00dc Safe behavior of the initial echo removal in AEC3 by Per Åhgren · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/audio_processing/include/audio_processing.cc]
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
- dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
- c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
- be767e0 Remove default impl of Attach/DetachAecDump. by Alex Loiko · 8 years ago
- 868f32f AudioProcessingModule has a feature to make a recording of its by aleloi · 8 years ago
- 7749286 Make AudioProcessing::GetConfig() pure virtual by henrik.lundin · 8 years ago
- adf0635 Make GetConfig() part of the AudioProcessing interface by henrik.lundin · 8 years ago
- 73a28ee The AudioProcessing class is used as an interface by peah · 8 years ago
- c19f312 This CL adds functionality in the level controller to by peah · 8 years ago[Renamed from webrtc/modules/audio_processing/audio_processing.cc]
- 5f09980 Removed inline definitions and added destructors to fix chromium-style. by aleloi · 8 years ago