Qwen3 ASR — Voice Transcription

Transcribe audio files to text using the Qwen3-ASR-0.6B model.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/naveencreation/rustscribe --skill qwen3-asr-voice-transcription
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qwen3 ASR — Voice Transcription
Source: https://github.com/naveencreation/rustscribe/tree/main/skills
Command: npx skills add https://github.com/naveencreation/rustscribe --skill qwen3-asr-voice-transcription

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, unzip, bash.

What problem does it solve?

Transcribing speech from audio files can be time-consuming and error-prone when done manually. This skill provides a self-contained workflow to convert spoken language into text using the Qwen3-ASR model, enabling faster transcription and offline processing.

Core Features & Use Cases

  • Transcribes audio files to text using the Qwen3-ASR-0.6B model.
  • Supports commonly used audio formats (WAV, MP3, M4A, FLAC, OGG) and automatically handles sampling rate conversion.
  • Use cases include meeting transcription, podcast notes, and archival of audio content for search and indexing.

Quick Start

Run the asr script with the model directory and an audio file to obtain the transcription.

Frequently Asked Questions about Qwen3 ASR — Voice Transcription

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio files to text locally without an internet connection?

Offline speech transcription converts audio files to text locally using the Qwen3-ASR-0.6B model. It supports batch processing and validates inputs to prevent failures, ensuring reliable transcription workflows without requiring network access.

What audio formats are supported for speech-to-text transcription?

Speech-to-text transcription supports WAV, MP3, M4A, FLAC, and OGG audio formats. The process automatically handles sampling rate conversion, allowing you to transcribe commonly used audio files without manual preprocessing.

Do I need curl and unzip to run local audio transcription?

Yes, local audio transcription requires curl, unzip, and bash to set up the environment. These dependencies are necessary to obtain the asr binary and manage the model directory required for the Qwen3-ASR transcription process.

Can I batch transcribe multiple audio files for meeting notes and podcast archival?

Batch transcription processes multiple audio files into text for meeting notes, podcast transcriptions, and archival tasks. It uses the Qwen3-ASR-0.6B model to convert spoken language into searchable text for indexing large volumes of audio content.

What is the best way to automate offline speech recognition for audio archives?

Automating offline speech recognition involves running the asr script with the model directory and audio files to generate text transcriptions. This self-contained workflow enables fast, automated archival processing of audio content without external API dependencies.

Why does my local audio transcription fail when processing large files?

Local audio transcription validates inputs to prevent failures, but issues can arise from incorrect model directory paths or unsupported audio formats. Ensure the asr binary is properly configured and your audio files are in WAV, MP3, M4A, FLAC, or OGG formats.