aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/ns/ns_core.c
AgeCommit message (Expand)Author
2015-11-11Remove webrtc/modules/audio_processing/{aec,aecm,ns}/includeHenrik Kjellander
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-03-19Add the Ooura FFT to RealFourier.andrew@webrtc.org
2014-12-18Rename _t struct types in audio_processing.pbos@webrtc.org
2014-12-10Support 48kHz in Noise Suppressionaluebs@webrtc.org
2014-10-28Make NSinst_t* const and rename to self in ns_corealuebs@webrtc.org
2014-10-28Make local functions static and dropWebRtcNs_ in ns_corealuebs@webrtc.org
2014-10-28Make all comments whole sentences in ns_corealuebs@webrtc.org
2014-10-23Break out WebRtcNs_ComputeDdUpdate function in ns_corealuebs@webrtc.org
2014-10-23Break out WebRtcNs_UpdateNoise function in ns_corealuebs@webrtc.org
2014-10-23Break out FFT function in ns_corealuebs@webrtc.org
2014-10-23Break out ComputeSnr function in ns_corealuebs@webrtc.org
2014-10-21Break out WebRtcNs_Windowing function in ns_corealuebs@webrtc.org
2014-10-21Break out WebRtcNs_Energy function in ns_corealuebs@webrtc.org
2014-10-21Break out WebRtcNs_IFFT function in ns_corealuebs@webrtc.org
2014-10-21Break out WebRtcNs_UpdateBuffer function in ns_corealuebs@webrtc.org
2014-10-13Adjust speech probability in NS when echoaluebs@webrtc.org
2014-09-26Remove the different block lengths in ns_corealuebs@webrtc.org
2014-09-26Revert 7297 "Remove the different block lengths in ns_core"aluebs@webrtc.org
2014-09-25Remove the different block lengths in ns_corealuebs@webrtc.org
2014-09-24Moved the filter calculation from analyze to process in ns_corealuebs@webrtc.org
2014-09-22Clang-format ns_corealuebs@webrtc.org
2014-09-19Separate between Analyze and Process in NSaluebs@webrtc.org
2014-09-18Add Analyze API to NSaluebs@webrtc.org
2014-09-11Remove developing code in ns_corealuebs@webrtc.org
2014-06-10Noise suppression: Change signature to work on floats instead of intskwiberg@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-05-28Include files from webrtc/.. paths in audio_processing/pbos@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in audio_processing/pbos@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org