RuntimeSpeechRecognizer icon indicating copy to clipboard operation
RuntimeSpeechRecognizer copied to clipboard

Cross-platform, real-time, offline speech recognition plugin for Unreal Engine. Based on Whisper OpenAI technology, whisper.cpp.

Results 4 RuntimeSpeechRecognizer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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...

question