aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/test
AgeCommit message (Expand)Author
2018-07-11Remove dependency on std::tr1Haibo Huang
2016-01-15Merge upstream SHA 04cb763Alex Luebs
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-08Misc. small cleanups.pkasting
2016-01-04Remove DISABLED_ON_ macros.Peter Boström
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-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-11-25WIP: Changes after merge commit 'cb3f9bd'Chih-Hung Hsieh
2015-11-20Add aecdump support to audioproc_faluebs
2015-11-09Turned off progress report for finished processing when the progress report i...peah
2015-11-05Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https...kjellander
2015-11-05Reland of Add aecdump support to audioproc_f. (patchset #2 id:250001 of https...kjellander
2015-11-05Revert of Add aecdump support to audioproc_f. (patchset #8 id:200001 of https...kjellander
2015-11-04Adding debug dump test.minyue
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-11-03Remove TODO referring to issue1981, which I just marked WontFix.Andrew MacDonald
2015-10-30Fix TransientSuppression in audioproc_floataluebs
2015-10-30Add aecdump support to audioproc_f.andrew
2015-10-30Make the nonlinear beamformer steerableAlejandro Luebs
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-02Adding APM configuration in AEC dump.Minyue
2015-10-02Removed unused API functions in AudioProcessing and AudioProcessingModulepeah
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-08-25Add a base class to Wav{Reader,Writer} to access shared parameters.Andrew MacDonald
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-21Fix accidental redeclaration.Andrew MacDonald
2015-08-21Fix accessing uninitialized variables when not processing a reverse stream.Andrew MacDonald
2015-08-14Integrate Intelligibility with APMekmeyerson
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-09Remove empty-string comparisons.pbos
2015-07-02Rename APM Config ReportedDelay to DelayAgnostichenrik.lundin
2015-06-09Re-land r9378 "Rename APM Config DelayCorrection to ExtendedFilter"Henrik Lundin
2015-06-05Revert r9378 "Rename APM Config DelayCorrection to ExtendedFilter"Henrik Lundin
2015-06-05Rename APM Config DelayCorrection to ExtendedFilterHenrik Lundin
2015-05-28Remove remaining .mk files.Peter Boström
2015-05-28Redirect logs to stderr in audioproc_f.Andrew MacDonald
2015-05-22Enable AudioProcessing48kHzSupport by defaultAlejandro Luebs
2015-05-12Remove leaking aecdump testfiles.Peter Boström
2015-05-08Add WAV and arbitrary geometry support to nlbf test.Andrew MacDonald
2015-05-06audio_processing/tests: Adds a flag to unpack input data to text fileBjorn Volcker
2015-04-28audio_processing: Fixed incorrect usage of SetExtraOptions() in offline toolBjorn Volcker
2015-04-15Add performance tests flag to audioproc_floatAlejandro Luebs
2015-03-13Rename Beamformer to NonlinearBeamformer.mgraczyk@chromium.org
2015-03-05Add support for arbitrary array geometries in Beamformeraluebs@webrtc.org