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 available to use in android apps.
Can we create our own dictionary of words & commands with wake up word.
Application should work in offline mode(Without Internet).
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