qwen_asr 0.3.0
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.2.5 - 2026-02-22 #
0.2.3 - 2026-02-22 #
0.2.2 - 2026-02-22 #
0.2.1 - 2026-02-22 #
0.2.0 - 2026-02-22 #
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.