Offline Google Voice Recognition On Android
I am working on an android application which will listen to voice command and triggers actions accordingly. Below are some doubts: Is google voice recognition offline library is a
Solution 1:
Is Google voice recognition offline library is available to use in android apps.
I think this question is already answered here: Offline Speech Recognition In Android (JellyBean)
Can we create our own dictionary of words & commands with wake up word.
This is not possible with Google voice recognition. Therefore I would suggest you a different solution: PocketSphinx
Application should work in offline mode(Without Internet).
Possible with PocketSphinx
Post a Comment for "Offline Google Voice Recognition On Android"