-
Notifications
You must be signed in to change notification settings - Fork 23
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
Continuous Speech Recognition #22
Comments
I have the very same problem. I worder if is it possible to configure the silent period for both platfforms. |
Same problem here, I would like my app to react to a specific keyword. Thanks a lot for your great work! EDIT: after doing more research, continuous speech recognition does not seem to be allowed natively neither on apps nor on web browser apps. I see two more options:
|
Any further work with this?? At the moment I have the continuous voice and then based on the string then check if a certain word is matched and if it is the case then run commands. However this is very buggy... |
More of a question than a bug I think but hopefully you can help.
Is there any way to get the plugin to do continuous speech recognition listening for a keyword or only able to operate by push to talk for now? How should I handle enable/disable speech recognition while device is trying to play audio then re-enable after device response is done?
I am hoping to use this plugin in an app but having trouble getting it to run on a device while using NativeScript-texttospeech plugin to respond after keywords are recognized but after the texttospeech plugin starts responding, the app crashes. I believe due to input/output busses fighting over each other..
Thanks for your help!
The text was updated successfully, but these errors were encountered: