whisper.unity and RuntimeSpeechRecognizer
About whisper.unity
Macoron/whisper.unity
Running speech to text model (whisper.cpp) in Unity3d on your local machine.
This helps game developers and other Unity creators incorporate real-time, high-quality speech-to-text functionality directly into their applications. It takes spoken audio input from a user's microphone and converts it into written text, even translating between languages. Anyone building interactive experiences in Unity for desktop, mobile, or mixed reality can use this.
About RuntimeSpeechRecognizer
gtreshchev/RuntimeSpeechRecognizer
Cross-platform, real-time, offline speech recognition plugin for Unreal Engine. Based on Whisper OpenAI technology, whisper.cpp.
Leverages 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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work