summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-10-29 19:11:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-29 19:11:58 -0700
commit955f37a0d8c6c441cd811104193970bd7c3bb486 (patch)
treec1a80b39f3ec817f4815f09d3fe7823a3804d73b /tools
parent58cc92d7ecc46ff0d57d4cdbab8e1e4b8c075ae2 (diff)
parent7c4349fe6e1e4faaa0c0db40a74f2ccbac46f57e (diff)
downloadframeworks_av-955f37a0d8c6c441cd811104193970bd7c3bb486.zip
frameworks_av-955f37a0d8c6c441cd811104193970bd7c3bb486.tar.gz
frameworks_av-955f37a0d8c6c441cd811104193970bd7c3bb486.tar.bz2
Merge "fir a typo that caused up-sampling coefficiens to be wrong"
Diffstat (limited to 'tools')
-rw-r--r--tools/resampler_tools/fir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp
index 14707d1..acd9911 100644
--- a/tools/resampler_tools/fir.cpp
+++ b/tools/resampler_tools/fir.cpp
@@ -84,7 +84,7 @@ int main(int argc, char** argv)
unsigned int polyN = 147;
bool debug = false;
double Fs = 48000;
- double Fc = 24000;
+ double Fc = 20478;
double atten = 1;
int format = 0;