v1.3.11
What's Changed
- docs: python wss server now supports multiple concurrent clients by @LauraGPT in #2985
- docs: make README quickstart runnable and output truthful by @LauraGPT in #2986
- docs: fix README streaming example (runnable + actually streams) by @LauraGPT in #2987
- Add llama.cpp / GGUF runtime (Fun-ASR-Nano, SenseVoice, Paraformer) by @LauraGPT in #2988
- docs: link llama.cpp / GGUF (CPU/edge) runtime from Deploy section by @LauraGPT in #2991
- ci: auto-create GitHub Release on version tag push by @LauraGPT in #2995
- docs: CPU benchmark vs whisper.cpp (Chinese ASR) by @LauraGPT in #2992
- feat: accept any audio input (any rate/channels, wav/mp3/flac) via miniaudio by @LauraGPT in #2994
- feat: built-in FSMN-VAD (--vad) — single-binary speech segmentation, no Python at runtime by @LauraGPT in #2998
- fix: FSMN-VAD review findings (MSVC M_PI, short-audio guard, tensor validation) by @LauraGPT in #2999
- feat: B1 packaging — one-command download, standalone convert, CI-friendly CMake by @LauraGPT in #3000
- docs: build note for funasr-common (A1 follow-up) by @LauraGPT in #2996
- ci: cross-platform prebuilt binaries for the llama.cpp runtime by @LauraGPT in #3001
- fix: B1 script portability (HF CLI fallback + friendly missing-dep error) by @LauraGPT in #3002
- test: numerical regression harness (frozen golden vs ggml/VAD/CIF/CTC output) by @LauraGPT in #3003
- feat: print transcription text in the binaries (in-binary detok) by @LauraGPT in #3004
- fix: detok review findings (null vocab guard + utf-8 tokens read) by @LauraGPT in #3005
- fix(glm_asr): warn when vLLM dtype=fp16 (degraded output) by @SuperMarioYL in #2993
- fix(glm_asr): honor sampling params in vLLM generate() by @SuperMarioYL in #2997
Full Changelog: v1.3.10...v1.3.11