qwen_asr 0.3.0 copy "qwen_asr: ^0.3.0" to clipboard
qwen_asr: ^0.3.0 copied to clipboard

On-device Qwen3-ASR speech-to-text for Flutter. Pure Rust, no cloud, no server.

Changelog #

0.3.0 - 2026-02-23 #

Features #

0.2.6 - 2026-02-22 #

Bug Fixes #

  • update the release flow to support PAT (2b9be6c)

0.2.5 - 2026-02-22 #

Bug Fixes #

  • publish 0.2.3 with tag-driven flow (3637ec8)
  • publish 0.2.3 with tag-driven flow (e7bbd18)

0.2.4 - 2026-02-22 #

Bug Fixes #

  • remove hardcoded version for local path dependency (f9cf0d0)

0.2.3 - 2026-02-22 #

Bug Fixes #

  • remove non-existent flutter_rust_bridge_codegen dependency (176cfa7)

0.2.2 - 2026-02-22 #

Bug Fixes #

  • add flutter_rust_bridge_codegen to dev_dependencies for github actions (c78a437)

0.2.1 - 2026-02-22 #

Bug Fixes #

  • trigger patch release 0.2.1 for flutter (b5785f9)
  • update the both library readme to mention this is WIP project (139a591)

0.2.0 - 2026-02-22 #

Features #

  • add missing parameter to qwen asr offline model (f56e8b1)
  • add missing parameter to qwen asr offline model (6d1e38d)

0.1.0 #

  • Initial release.
  • QAsrEngine.load — load a Qwen3-ASR model from a directory.
  • transcribeFile — transcribe a WAV file by path.
  • transcribePcm — transcribe raw Float32 PCM samples (16 kHz, mono).
  • transcribeWavBuffer — transcribe from an in-memory WAV buffer.
  • setLanguage — force a specific language or auto-detect.
  • setSegmentSec — enable segmented mode for long audio.
  • perfStats — retrieve timing stats from the last transcription.
  • Platform support: iOS, Android, macOS.
2
likes
70
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device Qwen3-ASR speech-to-text for Flutter. Pure Rust, no cloud, no server.

Repository (GitHub)
View/report issues

Topics

#speech-recognition #asr #machine-learning #audio

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on qwen_asr

Packages that implement qwen_asr