Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-12-29 13:01:18 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-12-29 13:01:18 +0400
commitf9315cbf73933c39854e4a405e3970ae860553dc (patch)
treee9c35e2d79204a54db5def2f96d9d909c242f6d3
parentbffbf084920f9d92834ffde43f44b152e5c5cf92 (diff)
Fixed CELT7 config, audio input is no longer crazy!
-rw-r--r--jni/celt-0.11.0-build/config.h2
-rw-r--r--jni/celt-0.7.0-build/config.h2
-rwxr-xr-xlibs/armeabi/libcelt7.sobin148720 -> 148720 bytes
-rwxr-xr-xlibs/armeabi/libspeex.sobin211604 -> 211604 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/jni/celt-0.11.0-build/config.h b/jni/celt-0.11.0-build/config.h
index 624f041..665eb42 100644
--- a/jni/celt-0.11.0-build/config.h
+++ b/jni/celt-0.11.0-build/config.h
@@ -23,7 +23,7 @@
#define CELT_VERSION "0.11.0"
/* Compile as fixed-point */
-/* #undef DOUBLE_PRECISION */
+#define DOUBLE_PRECISION
/* Assertions */
/* #undef ENABLE_ASSERTIONS */
diff --git a/jni/celt-0.7.0-build/config.h b/jni/celt-0.7.0-build/config.h
index 16c084b..5dd7966 100644
--- a/jni/celt-0.7.0-build/config.h
+++ b/jni/celt-0.7.0-build/config.h
@@ -23,7 +23,7 @@
#define CELT_VERSION "0.7.0"
/* Compile as fixed-point */
-/* #undef DOUBLE_PRECISION */
+#define DOUBLE_PRECISION
/* Assertions */
/* #undef ENABLE_ASSERTIONS */
diff --git a/libs/armeabi/libcelt7.so b/libs/armeabi/libcelt7.so
index 51abbf5..54be598 100755
--- a/libs/armeabi/libcelt7.so
+++ b/libs/armeabi/libcelt7.so
Binary files differ
diff --git a/libs/armeabi/libspeex.so b/libs/armeabi/libspeex.so
index e2abc1e..345ffce 100755
--- a/libs/armeabi/libspeex.so
+++ b/libs/armeabi/libspeex.so
Binary files differ