aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing
AgeCommit message (Expand)Author
2016-01-15Merge upstream SHA 04cb763Alex Luebs
2016-01-14Re-land: "Use an explicit identifier in Config"aluebs
2016-01-13Revert of Use an explicit identifier in Config (patchset #4 id:60001 of https...tommi
2016-01-13Use an explicit identifier in Configaluebs
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
2016-01-08Misc. small cleanups.pkasting
2016-01-04Remove DISABLED_ON_ macros.Peter Boström
2015-12-21Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that th...asapersson
2015-12-21A unittest that reports the statistics for the duration of an APM stream proc...peah
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-18Moving FFT on farend signal to where it is used in AEC (bit exact).minyue
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-17Adding trace events for the APM render and capture stream processing functions.peah
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-12-16Further refactored the echo suppressor code:peah
2015-12-16Retyped the frequency estimate of the comfort noise for the higher band to ha...peah
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-16Fix NoiseSuppression initialization behavior. This was changed when removing ...solenberg
2015-12-16Fix HPF initialization behavior. This was changed when removing the Processin...solenberg
2015-12-15Make LevelEstimation not a ProcessingComponent.solenberg
2015-12-14Remove unused and rarely used LOG_ macros.solenberg
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
2015-12-10Some further minor bitexact APM echo suppressor refactoringpeah
2015-12-09Some minor (bitexact) AEC echo suppressor refactoringpeah
2015-12-09Moved code into the lowest level of EchoSuppressionpeah
2015-12-08Make NoiseSuppression not a processing component (bit exact).solenberg
2015-12-08Make HighPassFilter not a ProcessingComponent anymore (bit exact).solenberg
2015-12-03Rewrote the thread synchronization parts of the test for the locking in APM i...peah
2015-12-02Adding two more debug macros for logging scalar values to file.peah
2015-11-28Introduced the new locking schemepeah
2015-11-27-Removed the state as an input to the FilterAdaptation function.peah
2015-11-27Added a threadchecking scheme to APM that checks that the APM API calls are c...peah
2015-11-26Clean up PlatformThread.Peter Boström
2015-11-26Removed api call that will break the upcoming thread checking schemepeah
2015-11-25Revert of Created a test that reports the statistics for the duration of APM ...kjellander
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-11-25Removed the aec state as an input parameter to the FilterFar function.peah
2015-11-25A unittest that reports the statistics for the duration of an APM stream proc...peah
2015-11-24First part of the preparatory work before the actual work for solving the duc...peah
2015-11-23Move ThreadWrapper to ProcessThread in base.pbos
2015-11-20Add aecdump support to audioproc_faluebs
2015-11-18Fixed the render queue item size preallocation and verification, moved consta...peah
2015-11-18So long and thanks for all the code reviews!andrew
2015-11-17Preparational work before introducing the locks in order to harmonize the code:peah
2015-11-17Applied the render queueing to the agc.peah