CrispASR — C++ ggml 原生 ASR/TTS runtime(擺脫 Python 依賴的本地 Agent 接口)
- URL: https://www.threads.com/@dseditor/post/Datnz7Ykuiw
- Date Saved: 2026-07-13
- Source: Threads
- Tags: local-llm, dev-tools
- Repo: https://github.com/CrispStrobe/CrispASR (423 stars)
Summary
@dseditor 介紹 CrispASR — QwenASRMiniTools 的現代核心,用純 C++ (ggml) 實現 ASR/TTS,不需要任何 Python 依賴。
定位: 類似 llama.cpp 對 LLM 的角色,但 CrispASR 專注於語音(TTS/STT 匯總)。
原生 C++ 本地 Agent 三件套:
- CrispASR = ASR/TTS(語音)
- LlamaCPP = LLM(語言模型)
- SDCpp = Video/Pics(影像生成)
優勢:
- 擺脫 Python venv 和一堆版本依賴問題
- 對於配布版本(distribution)實用度高很多
- 支援多語言 ASR 模型:Cohere Transcribe, Parakeet TDT, Voxtral, Canary 1B v2 等
- 包含 universal forced alignment 功能
適用場景: 想搭建完全不依賴 Python 的本地 Agent 接口,特別是需要打包分發的產品。