Hi. I want to create a AI Virtual Assistant in Ue5.1 using ChatGPT API and using speech recognition. I’ve seen plugins like Convai, I want to create the same thing but using ChatGPT, is that possible? anybody want to help me build it? So if I approach the MPC and verbally ask it questions it will answer my questions verbally as well.
Not sure how much it helps but this is very alive:
And I run into this last night:
https://v.redd.it/s4acdexfnpqa1
Perhaps you can dig around there.
1 Like
Thanks for the info, much appreciated
In terms of the speech recognition itself, you can also take a look at the RuntimeSpeechRecognizer plugin, which is based on Whisper AI, namely whisper.cpp. It’s cross-platform and works offline, and has Vulkan GPU acceleration support.
Fab link: Runtime Speech Recognizer (Real-Time, Offline) | Fab