RuntimeSpeechRecognizer
RuntimeSpeechRecognizer copied to clipboard
Cross-platform, real-time, offline speech recognition plugin for Unreal Engine. Based on Whisper OpenAI technology, whisper.cpp.
Hello, when i use the runtimespeechreconginzer in my pc, the language model is medium, my cpu which size is 16g will be 100% used. I found the whispper support use...
Hey, I saw you had voice activation planned for this tool. I ended up implementing a basic solution on my end and wanted to share it with you. In my...
It's a common practice to use a tiny model for the streaming process. And use a larger model to get an accurate result when the full audio is received. Can...
Following a Youtube video, I implemented the runtime speech recognition into my game on key press the same way the creator did It seems to work except that no audio...