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
Uh oh!
There was an error while loading. Please reload this page.
-
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