Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add offline voice recognition #6

Open
JoaoCnh opened this issue Jan 27, 2016 · 1 comment
Open

[FEATURE] Add offline voice recognition #6

JoaoCnh opened this issue Jan 27, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@JoaoCnh
Copy link
Owner

JoaoCnh commented Jan 27, 2016

Goals:

  • To be able to include both the Online Google Voice Recognizer and my Offline Voice Recognizer;
  • Being able to have control over the Offline Voice Recognizer through events to enable a much better react-native experience;
...
    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.

@JoaoCnh JoaoCnh self-assigned this Jan 27, 2016
@JoaoCnh JoaoCnh added this to the 1.0.0 release milestone Jan 27, 2016
@de-code
Copy link

de-code commented Jan 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants