I would be interested in making an app Android that starts functions with vocal commands (example: instead of clicking on the button, use a voice command). My idea was to use speech recognition to store a result in a variable, and if the result corresponds to a keyword set, the function is started.
The questions I have are two:
- How to start within an app speech recognition using a voice command?
- How to make to use the speech recognition result for my purposes? Thanks for your help