qwen3-tts

Convert markdown or text stories into Levi-clone audio narrations with Qwen3-TTS chunking and cross-fade preprocessing.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/ValorInvestigator/claude-plugin-toolkit --skill qwen3-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen3-tts
Source: https://github.com/ValorInvestigator/claude-plugin-toolkit/tree/main/skills/qwen3-tts
Command: npx skills add https://github.com/ValorInvestigator/claude-plugin-toolkit --skill qwen3-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eliminates the manual work of preparing long-form markdown or text stories for natural-sounding narration by automating preprocessing, chunking, and high-fidelity voice generation in Levi's clone voice.

Core Features & Use Cases

  • Story-to-Audio Pipeline: Strips formatting, expands abbreviations, and fixes pronunciation quirks before handing off to Qwen3-TTS, ensuring consistently natural delivery from any narrative source.
  • Chunking & Cross-Fades: Splits output into 2,000–4,000 character segments, applies 500 ms cross-fades, and normalizes to EBU R128 (-24 LUFS) for seamless audiobook and podcast sections.
  • Levi Voice Clone: Reuses the pre-computed Levi prompt, targets 1.16x real-time generation on RTX 3080, and exports 192 kbps MP3 files ideal for sharing or reprocessing.

Quick Start

Ask to convert your markdown story file into high-fidelity Levi voice audio using the Qwen3-TTS pipeline.

Frequently Asked Questions about qwen3-tts

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

FAQPage Schema
How do I convert markdown stories into natural-sounding audiobook narration?

To convert markdown stories into audiobook narration, you can use a pipeline that strips formatting, expands abbreviations, and fixes pronunciation before generating audio. This Skill automates that preprocessing and produces normalized Levi-clone MP3 files.

What's the best way to handle TTS chunking for long-form text narratives?

The best way to handle TTS chunking for long-form narratives is to split the text into 2,000–4,000 character segments and apply 500 ms cross-fades between them. This prevents audio artifacts and ensures seamless playback across chunks.

How does EBU R128 normalization improve audiobook voice clone generation?

EBU R128 normalization improves audiobook voice clone generation by targeting a consistent -24 LUFS loudness level across all audio segments. This ensures uniform volume throughout the narration, preventing jarring loudness shifts for listeners.

Can I generate audio files from text using an RTX 3080 for real-time playback?

Yes, you can generate audio files from text using an RTX 3080, which targets 1.16x real-time generation speed. The pipeline exports the final narration as 192 kbps MP3 files, making them ideal for sharing and reprocessing.

Why does Qwen3-TTS require abbreviation expansion and pronunciation fixes before inference?

Qwen3-TTS requires abbreviation expansion and pronunciation fixes because raw markdown text often contains formatting artifacts and inconsistent phrasing that cause unnatural delivery. Preprocessing ensures the model receives clean, normalized text for high-fidelity voice generation.