gtreshchev/RuntimeSpeechRecognizer
Cross-platform, real-time, offline speech recognition plugin for Unreal Engine. Based on Whisper OpenAI technology, whisper.cpp.
ArchivedLeverages whisper.cpp for local inference without external API calls, enabling private audio processing entirely on-device. Provides both C++ and Blueprint APIs for Unreal Engine integration, with support for multiple audio input sources and real-time streaming transcription. Includes automatic model downloading and caching, allowing developers to embed various Whisper model sizes optimized for accuracy versus performance trade-offs.
303 stars. No commits in the last 6 months.
Stars
303
Forks
50
Language
C++
License
MIT
Category
Last pushed
Feb 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/gtreshchev/RuntimeSpeechRecognizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/C++
ChetanXpro/nodejs-whisper
NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++...
vilassn/whisper_android
Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
mybigday/whisper.rn
React Native binding of whisper.cpp.