About the speech to text api, i have a question about it

is there a speech to text not text to speech but the other way around so i could use a microphone that is highly powerful on a android raspberry pi console i am developing with my brother so it could listen for whispers like commands like ‘‘start game’’ and then put that into a invisible input box and on the fly in real time read it and if it equals ‘‘start game’’ it does that and starts the game, from the menu screen and it only listens for commands and nothing invasive… after a command has been obeyed it instantly clears the input box

2 Likes

There is not any such API like that native to the engine, no.

but on a youtube video there was a external extension called voice to text and they had it soo when the player said “jump” the player jumps in the game, and all i need is that extension and a highly powerful microphone to utilise that except to listen for whispers of the word “jump” to make the player jump or spoken out loud to jump. something like this https://www.youtube.com/watch?v=G0cTnY9jEio

1 Like