whisper.cpp bindings for Unreal Engine (Plugin) #1719
gtreshchev
started this conversation in
Bindings
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, whisper.cpp is really great, especially for working in a cross-platform environment, thank you very much for this excellent library!
I just wanted to share that I've created a plugin for Unreal Engine that smoothly integrates whisper.cpp into Unreal Engine, which works completely cross-platform on any supported device (tested on Windows, Mac, iOS, Android, PS4, and HoloLens, but there aren't any restrictions regarding other platforms).
Just in case anyone wants to develop a game on Unreal Engine with speech recognition, here's the link: https://github.com/gtreshchev/RuntimeSpeechRecognizer (I named it "RuntimeSpeechRecognizer" just to follow the same naming conventions as other plugins I've created so far).
Wiki: https://github.com/gtreshchev/RuntimeSpeechRecognizer/wiki
And docs for the simple demo project that I've recently created: https://github.com/gtreshchev/RuntimeSpeechRecognizer/wiki/8.-Demo-Project
Beta Was this translation helpful? Give feedback.
All reactions