alicloud-ai-audio-tts-realtime

Synthesize real-time speech using Alibaba Cloud Qwen TTS Realtime models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for low-latency, interactive speech synthesis, enabling real-time voice output for applications requiring immediate audio feedback.

Core Features & Use Cases

  • Low-Latency Synthesis: Utilizes Qwen TTS Realtime models for near-instantaneous speech generation.
  • Instruction Control: Supports advanced control over speech synthesis through explicit instructions.
  • Use Case: Powering interactive voice assistants, real-time translation services, or dynamic audio content generation where delays are unacceptable.

Quick Start

Use the alicloud-ai-audio-tts-realtime skill to synthesize the text "Hello, world!" with the voice "Cherry".

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

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

FAQPage Schema
How do I implement real-time speech synthesis with low latency?

Real-time speech synthesis requires utilizing Qwen TTS Realtime models via the dashscope SDK to generate near-instantaneous audio output for interactive applications. This approach enables immediate voice feedback without perceptible delay.

Can I control speech synthesis characteristics using instructions?

Instruction-controlled speech synthesis is supported, allowing you to dictate specific speech parameters and voice behaviors explicitly. This provides advanced control over the generated audio output beyond basic text-to-speech conversion.

Do I need a dashscope API key to use Qwen TTS Realtime models?

A valid dashscope API key is required to authenticate requests to the Qwen TTS Realtime models. You must configure the dashscope SDK with your credentials before executing any speech synthesis operations.

What are the best use cases for low-latency interactive speech synthesis?

Low-latency interactive speech synthesis is best for powering interactive voice assistants, real-time translation services, and dynamic audio content generation. These scenarios demand immediate audio feedback to maintain natural conversation flow.

Does dashscope support specific voice models like Cherry for text-to-speech?

The dashscope SDK supports specific critical model names for Qwen TTS Realtime, including the voice 'Cherry' for speech synthesis. You can specify these models directly in your synthesis requests.

Why does real-time TTS require specific model names instead of standard endpoints?

Real-time TTS requires specific critical model names because standard endpoints are not optimized for low-latency interactive speech. Qwen TTS Realtime models are specifically designed to minimize generation delays for immediate audio feedback.