What's the easiest way to run a program written in sphinx4 on pocketshpinx? I need something that can be used on various mobile platforms, like the iphone and android phones. I have already written demos in sphinx4 in Java, but now I need them to be in C.

Thanks:)

link|improve this question
feedback

1 Answer

If you wrote a JNI wrapper around pocketsphinx, then you could use that from your java code.

There are also python language bindings for pocketsphinx.

Essentially pocketsphinx is the speech recognizer you should use if you want a C language speech recognizer (and is also the one designed to be fast enough to work on a mobile phone).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.