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
commitc0214ba2e267f87437bc2629dc99512054fc7a4d (patch)
tree6cfb2dd6801ec8c70561f08cca43ae835c8c8646 /tools
parent4b5517970b2050cea4d5fa99b8a20a0d1b45c29a (diff)
parentb4b75b47c2a4248e60bbc3229d6acc4d5f872431 (diff)
downloadframeworks_av-c0214ba2e267f87437bc2629dc99512054fc7a4d.zip
frameworks_av-c0214ba2e267f87437bc2629dc99512054fc7a4d.tar.gz
frameworks_av-c0214ba2e267f87437bc2629dc99512054fc7a4d.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;