I am currently working on a tool that allows me to read all of my notifications by connecting to various APIs.
It works great, but now I would like to add some vocal commands to perform some actions.
For example, when the software says “One mail from Bob,” I would say “Read” or “Archive.”
My software runs through a node server, currently I do not have any browser implementation, but it could be a plan.
What is the best way to include speech in text in node JS?
I saw a lot of threads on it, but mostly using a browser, and if possible, I would like to avoid this in the beginning. Is it possible?
Another problem is that some programs require a wav file entry. I don’t have a file, I just want my software to always listen to what I say in order to respond when I say a command.
Do you have any information on how I can do this?
Greetings
source
share