aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/audio_processing_impl.h
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-12Remove additional channel constraints when Beamforming is enabled in AudioPro...aluebs
2016-01-12Make Beamforming dynamically settable for Android platform buildsaluebs
2015-12-19Revert of Reland "Added option to specify a maximum file size when recording ...ivoc
2015-12-19Reland "Added option to specify a maximum file size when recording an AEC dum...ivoc
2015-12-18Revert of Added option to specify a maximum file size when recording an AEC d...ivoc
2015-12-18Added option to specify a maximum file size when recording an AEC dump.ivoc
2015-12-16Make VoiceDetection not a ProcessingComponent (bit exact).solenberg
2015-12-16Bugfix that fixes the error where the audio processing module is calledpeah
2015-12-15Make LevelEstimation not a ProcessingComponent.solenberg
2015-12-08Make NoiseSuppression not a processing component (bit exact).solenberg
2015-12-08Make HighPassFilter not a ProcessingComponent anymore (bit exact).solenberg
2015-11-28Introduced the new locking schemepeah
2015-11-27Added a threadchecking scheme to APM that checks that the APM API calls are c...peah
2015-11-17Preparational work before introducing the locks in order to harmonize the code:peah
2015-10-30Make the nonlinear beamformer steerableAlejandro Luebs
2015-10-02Adding APM configuration in AEC dump.Minyue
2015-10-02Removed unused API functions in AudioProcessing and AudioProcessingModulepeah
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-14Integrate Intelligibility with APMekmeyerson
2015-07-27Clean up the Config to enable 48kHz support in AudioProcessingaluebs
2015-07-23Allow more than 2 input channels in AudioProcessing.Michael Graczyk
2015-07-23Revert of Allow more than 2 input channels in AudioProcessing. (patchset #13 ...magjed
2015-07-23Allow more than 2 input channels in AudioProcessing.Michael Graczyk
2015-07-07audio_processing: Adds two UMA histograms logging delay jumps in AECBjorn Volcker
2015-06-29Adds UMA histogram for system delay jumpsBjorn Volcker
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-04-15audio_processing/agc: Adds config to set minimum microphone volume at startupBjorn Volcker
2015-03-27audio_processing/agc: Put entire method set_output_will_be_muted() under lockBjorn Volcker
2015-03-25Reparent Nonlinear beamformer under beamforming interface.Michael Graczyk
2015-03-13Rename Beamformer to NonlinearBeamformer.mgraczyk@chromium.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-02Add Config option to enable 48kHz support in AudioProcessingaluebs@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-01-15Only adapt AGC when the desired signal is presentaluebs@webrtc.org
2015-01-05Use array geometry in Beamformeraluebs@webrtc.org
2014-12-19Wire up Beamformer in AudioProcessingaluebs@webrtc.org
2014-12-15Merge audio_processing changes.pbos@webrtc.org
2014-12-11Move the downmixing out of AudioBufferaluebs@webrtc.org
2014-10-10Reland 28629004: adding new AEC dump start interface for chrome.xians@webrtc.org
2014-09-30Revert 7337 "Reland 28629004: adding new AEC dump start interfac..."xians@webrtc.org
2014-09-30Reland 28629004: adding new AEC dump start interface for chromexians@webrtc.org
2014-09-30Revert 7334 "adding new AEC dump start interface for chrome."xians@webrtc.org
2014-09-30adding new AEC dump start interface for chrome.xians@webrtc.org
2014-07-03Make experimental NS API not purely virtualaluebs@webrtc.org
2014-04-23Restore sample_rate_hz() until Chromium is updated to not use it.andrew@webrtc.org
2014-04-22Support arbitrary input/output rates and downmixing in AudioProcessing.andrew@webrtc.org
2014-03-10Add tests and modify tools for new float deinterleaved interface.andrew@webrtc.org
2014-03-04Add a deinterleaved float interface to AudioProcessing.andrew@webrtc.org
2014-02-27Remove ProcessingComponent's dependence on AudioProcessingImpl.andrew@webrtc.org