whisper.cpp and whisper.unity

The Unity3D integration builds upon the C/C++ implementation, making them complements—whisper.unity provides a game engine wrapper around whisper.cpp's core inference engine for local speech-to-text processing.

whisper.cpp
72
Verified
whisper.unity
53
Established
Maintenance 25/25
Adoption 10/25
Maturity 16/25
Community 21/25
Maintenance 2/25
Adoption 10/25
Maturity 16/25
Community 25/25
Stars: 47,665
Forks: 5,311
Downloads:
Commits (30d): 160
Language: C++
License: MIT
Stars: 704
Forks: 166
Downloads:
Commits (30d): 0
Language: C#
License: MIT
No Package No Dependents
Stale 6m No Package No Dependents

About whisper.cpp

ggml-org/whisper.cpp

Port of OpenAI's Whisper model in C/C++

Optimized for resource-constrained environments through integer quantization, mixed-precision inference (F16/F32), and zero runtime memory allocations, enabling on-device ASR on mobile and embedded platforms. Leverages the GGML inference library with multi-platform GPU acceleration via Metal, Vulkan, CUDA, and Core ML, alongside CPU-optimized SIMD paths for ARM NEON, AVX, and POWER VSX architectures. Provides a minimal C API and supports deployment across iOS, Android, WebAssembly, Raspberry Pi, and standard desktop/server platforms.

About whisper.unity

Macoron/whisper.unity

Running speech to text model (whisper.cpp) in Unity3d on your local machine.

Provides C++ bindings to whisper.cpp with support for 60+ languages, cross-language translation, and optional GPU acceleration via Vulkan (Windows/Linux) or Metal (Apple platforms). Includes swappable model weights ranging from tiny (fastest) to large (highest accuracy), all running inference locally without internet. Distributes as a Unity Package with prebuild libraries for Windows, macOS, Linux, iOS, Android, and visionOS.

Scores updated daily from GitHub, PyPI, and npm data. How scores work