Voice commands

Hello

I would need a voice recognition plug in. Just about 20 simple words. The player would say commands like jump, forward, backwards etc.

Any recommentations? Should work for Windows and Mac, mainly using Mac.

I have only found two so far, Runtime Speech Recognizer (a bit expensive for just few words) and Sphinx: Speech Recognition Plugin (can not get it up with Mac & UE 5.5).

I thought this would be very basic level thing and inside Unreal already by now.

Yours, Ramses

You can use external LLM (AI) service to speech to text, then just use some rest http plugin for communication. You can also install Ollama (https://ollama.com/) and run AI that has speech recognition.

Either you code it yourself or pay for it.