summaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/utility/delay_estimator.h
Commit message (Collapse)AuthorAgeFilesLines
* Update to current webrtc libraryArun Raghavan2020-10-231-6/+12
| | | | | | This is from the upstream library commit id 3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium 88.0.4290.1.
* Update audio_processing moduleArun Raghavan2015-10-151-93/+190
| | | | | | | | | | | | | | | Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Pull in third party license file * Replace .gypi files with BUILD.gn to keep track of what changes upstream * Bunch of new filse pulled in as dependencies * Won't build yet due to changes needed on top of these
* Update common_audioArun Raghavan2015-10-151-0/+154
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Moved src/ to webrtc/ to easily diff against the third_party/webrtc in the chromium tree * ARM/NEON/MIPS support is not yet hooked up * Tests have not been copied