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

Continuous Speech Recognition #22

Open
tylerablake opened this issue Aug 6, 2018 · 3 comments
Open

Continuous Speech Recognition #22

tylerablake opened this issue Aug 6, 2018 · 3 comments

Comments

@tylerablake
Copy link

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!

@Clifte
Copy link

Clifte commented Oct 9, 2018

I have the very same problem. I worder if is it possible to configure the silent period for both platfforms.
About the nativescript-texttospeech I am not using.

@nicolasfguillaume
Copy link

nicolasfguillaume commented Mar 29, 2020

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:

@liamcharmer
Copy link

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...

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

No branches or pull requests

4 participants