v1.4.0

TimoBolkart/FLAME-Universev1.4.0Jul 31, 2026by github-actions[bot]

AI Summary

This release focuses on Python package improvements, including rejecting misspelled arguments and restoring missing asset files, alongside finalized WebSocket handling and expanded prebuilt runtime support.

Key Highlights

  • Rejects misspelled 'vda_model' argument to guide users to the correct 'vad_model' spelling.
  • Restores SenseVoice English spelling normalization by packaging 'english.json' and RWKV-BAT CUDA kernel sources.
  • Finalizes legacy WebSocket file-input sessions correctly.
  • Provides prebuilt llama.cpp runtimes for Linux, macOS, and Windows (including AVX2, CUDA, and Vulkan variants).

New Features

  • Finalized legacy WebSocket file-input sessions.
  • Prebuilt llama.cpp runtimes for multiple platforms (Linux arm64/x64/AVX2/Vulkan, macOS arm64, Windows x64/AVX2/CUDA/Vulkan).

Full Release Notes

## FunASR 1.4.0

Install or upgrade the Python package:

```bash
pip install -U funasr==1.4.0
```

### Python package

- Rejects the common `vda_model` misspelling immediately and points users to the supported `vad_model` argument, instead of silently running without VAD.
- Restores SenseVoice English spelling normalization in installed wheels by packaging `english.json`.
- Restores RWKV-BAT CUDA kernel compilation from installed wheels by packaging the encoder and decoder `.cpp` and `.cu` sources.

### Tagged source

- Finalizes legacy WebSocket file-input sessions correctly when the client sends the end-control message. This runtime is distributed in the tagged GitHub source and is not part of the PyPI wheel.

### Prebuilt llama.cpp runtime

The release assets include self-contained FunASR llama.cpp / GGUF runtimes for SenseVoice, Paraformer, and Fun-ASR-Nano:

- Linux arm64
- Linux x64
- Linux x64 AVX2
- Linux x64 Vulkan
- macOS arm64
- Windows x64
- Windows x64 AVX2
- Windows x64 CUDA
- Windows x64 Vulkan

Use `SHA256SUMS-v1.4.0` to verify every Python and runtime artifact after download.

**Full Changelog:** https://github.com/modelscope/FunASR/compare/v1.3.30...v1.4.0