#14 · Primary category: Speech & Audio
FunASR
Open-source speech recognition toolkit for training, inference, streaming ASR, VAD, punctuation, speaker diarization pipelines, and OpenAI-compatible/MCP serving.
Project last updated:08/29/26
GitHub Stars
20.1K
Forks
2.0K
Contributors
200
License
MIT
Why we included this project
FunASR is a toolkit rather than a single model, which is what makes it useful for real speech-to-text work. You can swap in a low-latency streaming recognizer for live calls, a multilingual checkpoint covering 31 languages, or a small CPU-friendly model that also tags emotion and audio events. One AutoModel call chains voice activity detection, speaker diarization, and punctuation together, so you get back structured text with speaker labels and timestamps instead of a raw transcript. If you'd rather self-host than pay per-minute cloud fees, the OpenAI-compatible server and the MCP server make it easy to wire transcription into your own agents. It handles Chinese and dialect-heavy audio particularly well, and the migration guide lets teams coming from Whisper or a cloud provider test representative audio before they commit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production