Speech Recognition using oculus quest 2, any idea how to do it in Unreal Engine?

Does anyone have any ideas how to do speech recognition for vr with unreal engine?

Are there any plugins or tutorials?

2 Likes

You could take a look at the RuntimeSpeechRecognizer plugin, which is based on Whisper AI, namely whisper.cpp. It’s cross-platform and works offline.