JoaoCnh / react-native-android-voice

react-native-android-voice is a speech-to-text library for React Native for the Android Platform.
MIT License
101 stars 33 forks source link

[FEATURE] Add offline voice recognition #6

Open JoaoCnh opened 8 years ago

JoaoCnh commented 8 years ago

Goals:

...
    OfflineRecognizer.startCapture(); 
    OfflineRecognizer.isCapturing();
    OfflineRecognizer.stopCapture();
...

Name is not yet final. Any ideas and thoughts on how it all should be named (module, methods, etc.) please share.

de-code commented 7 years ago

I am interested in that, what is your 'Offline Voice Recognizer'? Do you already have something that you want to adapt? Google Voice Recognizer should have the ability to work offline as well in theory.