Vasanth Kumar
Vasanth Kumar

Reputation: 21

Using Sphinx4.0 to build a speech recog. Android application

I have been creating a java application for speech recognition using Sphinx4 in eclipse IDE and it worked out good! But now, i have an idea of turning the project to work on android platform.

The code came out well for the sphinx4 demo speech recog. program in Android, But it crashes when i try to run it on a device! saying it has "Stopped Unexpectedly!" (Force closed)

From my Survey in the internet, i've heard that Sphinx configures microphone in a way thats not compatible with dalvik.

SO is there any way i can get these two things to work together?? Like configure mic in the dalvik device and use sphinx just to process the input??

Upvotes: 2

Views: 1792

Answers (2)

0wl
0wl

Reputation: 689

You should use eyes-free for speech-enabled Android applications.

Upvotes: 0

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

Sphinx4 is not designed for mobile applications. Use pocketsphinx instead:

http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/

Upvotes: 1

Related Questions