Code Monkey home page Code Monkey logo

pocketsphinx-android's Introduction

Building
========
You will need SWIG, Apache Ant and Android NDK to build a distributable
archive of pocketsphinx for Android.

Make sure this directory is in the same parent directory as sphinxbase and
pocketsphinx are. You can download them from http://cmusphinx.sourceforge.net/.

Create 'build.properties' in the project root and define the following
properties:

  * sdk.dir - path to Android SDK
  * sdk.vsn - Android API version
  * ndk.dir - path to Android NDK

Run `ant jar`. If everything is setup right, you will get two jar archieves -
regular and "nolib" versions. The "nolib" version contains only compiled
wrapper classes, while regular version also includes shared library.

Using with Eclipse ADT plugin
=============================
Due to a bug in ADT plugin it is not possible to use regular version. This is
why "nolib" version exists. Put it into 'libs' directory of your project. You
will also need to copy shared library from 'lib/armeabi' to 'libs/armeabi'
directory of your project.

Using in Android Studio or from command-line
============================================
Simply put regular version of the jar library into 'libs' directory of your
project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.