Skip to content

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

Closed as not planned
@JulienLecoq

Description

@JulienLecoq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions