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

Add a feature that allows to listen to a given voice #37

Closed
JulienLecoq opened this issue Aug 21, 2022 · 2 comments
Closed

Add a feature that allows to listen to a given voice #37

JulienLecoq opened this issue Aug 21, 2022 · 2 comments

Comments

@JulienLecoq
Copy link

Is your feature request related to a problem? Please describe.
I want to have speech recognition to have a command like pattern with an IoT device.
My app sends commands to the IoT device depending on the speech recognition.
But the speech recognition should only work to the owner of the smartphone that has the app installed on.

Describe the solution you'd like
The solution should be able to work offline (if possible). I don't want the smartphone to do internet requests, since I don't want to wait for the response to come back. I don't know enough AI, but I guess the expected solution would be to have an AI model that the user can train "quickly" and then, a specific function or some options passed to the start() method of SpeechRecognition should be able to recognize only the user voice thanks to the model trained.

Describe alternatives you've considered
Displaying a one-time code on the user app that the user should say for each voice command in order to authenticate its request. Arg, that's really not user friendly.

@JulienLecoq
Copy link
Author

The feature could use that: https://github.com/alphacep/vosk-api (but does not seems to work for me rn)

@jcesarmobile
Copy link
Contributor

This plugin uses the SDKs provided by Apple and Google as part of the OS, which don't have that feature.
There are no plans on integrating 3rd party speech recognition SDKs

@jcesarmobile jcesarmobile closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants