Go to file
bjornv@webrtc.org 7bb2586c55 audio_processing: Correct sample rate in aec_debug_dump
When writing to wav files in the low level flag aec_debug_dump incorrect sample rates were used for recordings using rates from 32 kHz and above. This since internally inside the AEC we process the data using 16 kHz. Any upper band is processed and combined later on.

This CL adds the correct sample rate to the recording.

BUG=3359
TESTED=locally on 44.1 kHz recordings on Linux
R=aluebs@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/23649004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7182 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-15 13:23:07 +00:00
chromium Change Chromium .gclient to not use Managed mode. 2014-09-04 14:58:55 +00:00
data modules/audio_processing: Updates output_data_fixed.pb test file 2014-08-12 07:35:52 +00:00
resources NetEq background noise generation off by default 2014-08-13 09:45:40 +00:00
talk Stop building talk/xmllite since it is no longer used. 2014-09-15 08:13:36 +00:00
third_party Roll gtest-parallel. 2014-09-10 09:29:12 +00:00
tools Initialize restored_packet in nack_rtx_unittest.cc. 2014-09-12 16:16:00 +00:00
webrtc audio_processing: Correct sample rate in aec_debug_dump 2014-09-15 13:23:07 +00:00
.clang-format Style-option file for clang-format. 2013-11-25 15:30:37 +00:00
.gitignore Android APK tests built from a normal WebRTC checkout. 2014-09-01 11:06:37 +00:00
all.gyp Allow root build dependencies to be overridden. 2014-08-08 00:08:58 +00:00
android-webrtc.mk Changed a flag in ARM build for platform build. 2012-09-08 00:32:59 +00:00
AUTHORS Update AUTHORS file. 2014-09-11 21:12:59 +00:00
BUILD.gn Initial GN work for WebRTC 2014-06-17 08:54:03 +00:00
codereview.settings Add a root codereview.settings file. 2013-04-24 02:08:50 +00:00
COPYING Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
DEPS Roll chromium_revision ea769fd..6455c69 (re-land) 2014-09-10 16:51:37 +00:00
drover.properties Add a drover.properties file for reference. 2013-05-30 18:15:54 +00:00
libvpx.mk Change android makefile to reflect recent file structure change 2011-07-13 17:49:49 +00:00
LICENSE Updated license path in LICENSE and LICENSE_THIRD_PARTY. 2012-11-22 12:06:21 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +00:00
LICENSE_THIRD_PARTY Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
OWNERS Update root OWNERS file 2014-08-25 14:41:41 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Remove retired android_apk[_rel] trybots from PRESUBMIT.py 2014-09-02 13:05:58 +00:00
setup_links.py Android APK tests built from a normal WebRTC checkout. 2014-09-01 11:06:37 +00:00
sync_chromium.py Avoid syncing unnecessary Chromium deps for WebRTC. 2014-08-26 19:22:03 +00:00
WATCHLISTS Add myself to common_audio and audio_processing watchlists 2014-09-11 10:11:43 +00:00