alicloud-ai-audio-asr

Transcribe non-realtime speech from audio files using Alibaba Cloud Qwen ASR models.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-asr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-ai-audio-asr
Source: https://github.com/cinience/alicloud-skills/tree/main/skills/ai/audio/alicloud-ai-audio-asr
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-asr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of recorded audio files into accurate text transcripts, saving time and effort in documentation and analysis.

Core Features & Use Cases

  • Audio Transcription: Transcribe non-realtime speech from audio files into text.
  • Timestamp Generation: Generate transcripts with precise timestamps for each word or sentence.
  • Use Case: Convert a recorded meeting or lecture into a searchable text document with speaker-attributed timestamps.

Quick Start

Use the alicloud-ai-audio-asr skill to transcribe the audio file located at 'welcome.mp3'.

Frequently Asked Questions about alicloud-ai-audio-asr

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

FAQPage Schema
How do I transcribe audio to text with Qwen ASR models?

The skill uses Alibaba Cloud Model Studio Qwen ASR models like qwen3-asr-flash and qwen3-asr-flash-filetrans to transcribe speech from audio files into text via synchronous or asynchronous processing.

Does Qwen ASR support timestamp generation for audio transcription?

Qwen ASR transcription supports timestamp generation, allowing you to configure timestamp granularities to produce transcripts with precise timestamps for each word or sentence.

Can I use local audio files for speech-to-text processing or do I need a URL?

You can transcribe speech from both local audio file paths and remote audio URLs, supporting non-realtime speech-to-text tasks via synchronous and asynchronous processing.

What options are available for language hints and sample rate in Qwen ASR?

Qwen ASR transcription provides options for language hints and sample rate configuration, ensuring accurate speech-to-text conversion tailored to your specific audio file characteristics.

What is the difference between sync and async transcription tasks in Qwen ASR?

Sync transcription processes audio files immediately and returns text directly, while async transcription handles larger or longer audio files asynchronously using models like qwen3-asr-flash-filetrans.