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.
704 stars. No commits in the last 6 months.
Use this if you need to add offline speech recognition or translation capabilities to a Unity application, letting users speak commands or provide input without an internet connection.
Not ideal if your project requires server-side speech processing or if you're not developing within the Unity engine.
Stars
704
Forks
166
Language
C#
License
MIT
Category
Last pushed
Apr 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/Macoron/whisper.unity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/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
ChetanXpro/nodejs-whisper
NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++...
mybigday/whisper.rn
React Native binding of whisper.cpp.