Local Spoken Command Recognition On Mobile Devices
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
Solution 1:
You can use CMUSphinx.
CMUSphinx on IPhone through OpenEars:
CMUSphinx on Android:
http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/
Post a Comment for "Local Spoken Command Recognition On Mobile Devices"