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?

Upvotes: 0

Views: 328

Answers (1)

Vigour
Vigour

Reputation: 1

There is an offline speech recognition plugin that uses Whisper C++. Think it's based on tech from OpenAI

https://www.unrealengine.com/marketplace/en-US/product/runtime-speech-recognizer

and also on Github for latest version if the marketplace is a bit behind

https://github.com/gtreshchev/RuntimeSpeechRecognizer/wiki/1.-How-to-use-the-plugin

I've used this one with success. Fairly easy to use, and free. And as of this post, up to date with Unreal 5.3.

Upvotes: 0

Related Questions