qwen-asr

qwen-asr

热门

Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.

149Star
18Fork
更新于 2026/7/15
请求的译文尚未完成,当前显示原始英文。
SKILL.md
只读
名称
qwen-asr
描述

Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.

Qwen ASR

Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.

Usage

uv run scripts/main.py -f audio.wav

cat audio.mp3 | uv run scripts/main.py > transcript.txt

curl https://example.com/audio.ogg | uv run scripts/main.py