v1.3.10

Kedreamix/Linly-Talker-Streamv1.3.10Jun 19, 2026by LauraGPT

AI Summary

Enhances the CLI and server capabilities with agent-friendly options, batched processing for Fun-ASR-Nano, and improved WebSocket server functionality.

Key Highlights

  • Agent-friendly CLI with structured output support
  • Batched VAD-segment decoding for Fun-ASR-Nano (~1.75× faster)
  • WebSocket 2-pass server for sentence-level timestamps
  • New serve_vllm.py flags for VAD and speaker models

New Features

  • Agent-friendly CLI
  • Batched VAD-segment decoding
  • WebSocket 2-pass server
  • serve_vllm.py flags
  • Fun-ASR-Nano bf16/fp16 inference fixes

Full Release Notes

## FunASR v1.3.10

### New features
- **Agent-friendly CLI**: `funasr audio.wav --output-format json` for structured output
- **Fun-ASR-Nano**: batched VAD-segment decoding (~1.75× faster) (#2979)
- **WebSocket 2-pass server**: sentence-level timestamps
- **serve_vllm.py**: new `--vad-model` / `--spk-model` flags

### Fixes
- Fun-ASR-Nano: bf16/fp16 inference no longer crashes; warn on degraded fp16 (#2980)
- Fun-ASR-Nano vLLM: fix CUDA crash from `repetition_penalty`
- CLI: valid SRT timestamps + correct JSON durations (#2982); use `sentence_info` text (#2983); correct model id `Fun-ASR-Nano-2512` (#2984)
- Clearer error for missing audio path (#2981); respect explicit VAD silence threshold; handle `None` encoder/scheduler configs

### Docs
- New CLI reference; clearer vLLM install guidance

**Full changelog**: https://github.com/modelscope/FunASR/compare/v1.3.9...v1.3.10