alicloud-ai-audio-asr-realtime

Transcribe streaming microphone audio with Alibaba Cloud Qwen ASR Realtime models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides low-latency, real-time speech recognition for applications requiring immediate transcription of spoken audio.

Core Features & Use Cases

  • Streaming Input: Processes audio directly from microphones or live streams.
  • Live Captions: Enables real-time display of subtitles for meetings or broadcasts.
  • Voice Agents: Powers interactive voice response systems and duplex communication.

Quick Start

Use alicloud-ai-audio-asr-realtime to transcribe audio from your microphone in real time.

Frequently Asked Questions about alicloud-ai-audio-asr-realtime

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

FAQPage Schema
How do I implement real-time speech recognition for streaming microphone input?

Real-time speech recognition processes streaming microphone input using Alibaba Cloud Qwen ASR models. It requires WebSocket or streaming session handling in the client and a configured DASHSCOPE_API_KEY to enable low-latency transcription.

Can I use Qwen ASR realtime models to generate live captions for meetings?

Yes, Qwen ASR realtime models support live captions for meetings or broadcasts. By processing audio directly from microphones or live streams, the models provide immediate transcription display with low latency.

Do I need WebSocket to build duplex voice agents with Qwen ASR?

Yes, building duplex voice agents with Qwen ASR requires WebSocket or streaming session handling in the client. This configuration allows interactive voice response systems to process low-latency, real-time spoken audio.

What is required to configure streaming transcription with Alibaba Cloud Model Studio?

Configuring streaming transcription with Alibaba Cloud Model Studio requires setting up the DASHSCOPE_API_KEY. The client implementation must handle WebSocket or streaming sessions to process direct audio streams.

Does real-time speech to text work with live audio streams instead of just microphones?

Yes, real-time speech to text works with live audio streams as well as direct microphone input. The Skill processes continuous audio streams to provide immediate transcription for applications like live broadcasts.

What are the limitations of using Qwen ASR for real-time transcription?

Limitations of using Qwen ASR for real-time transcription include the strict requirement for WebSocket or streaming session handling in the client, alongside a valid DASHSCOPE_API_KEY configuration, to maintain low-latency processing.