2

I need to implement spoken command recognition in Android and iPhone apps without the use of internet communication - it all has to be processed locally on the devices and it must be able to distinguish 20-50 commands.

In other words: Local limited vocabulary speaker independent speech recognition running on both Android and iOS.

Using Google does not enlighten me enough so I was hoping for some advice from people having worked with this subject.

Any advice?

4

1 回答 1

2

您可以使用 CMUSphinx。

通过 OpenEars 在 iPhone 上安装 CMUSphinx:

http://www.politepix.com/

Android上的CMUSphinx:

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

于 2013-03-26T09:35:58.423 回答