qwen-tts-voice-cloning

Automate end-to-end voice cloning workflows on Apple Silicon with Qwen-tts.

3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hewliyang/qwen-tts --skill qwen-tts-voice-cloning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwen-tts-voice-cloning
Source: https://github.com/hewliyang/qwen-tts/tree/main
Command: npx skills add https://github.com/hewliyang/qwen-tts --skill qwen-tts-voice-cloning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an end-to-end workflow to clone a voice using Qwen-TTS on Apple Silicon, encapsulating data collection, cleaning, preparation, training, generation, and evaluation in a reproducible pipeline.

Core Features & Use Cases

  • End-to-end voice cloning pipeline covering data collection (yt-dlp), ASR-based transcription, data preparation, LoRA fine-tuning, and generation.
  • Evaluation with local ASR intelligibility checks plus Gemini-based speaker similarity checks for quality assurance.
  • Supports multiple model variants (base, voice-design, custom-voice) and model sizes (0.6B, 1.7B).

Quick Start

Begin by collecting audio, splitting, preparing data, training a speaker, generating speech, and evaluating results with the CLI.

Frequently Asked Questions about qwen-tts-voice-cloning

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

FAQPage Schema
How do I run end-to-end voice cloning on Apple Silicon?

End-to-end voice cloning on Apple Silicon is automated through a pipeline covering data collection, cleaning, preparation, LoRA fine-tuning, generation, and evaluation using the Qwen-tts toolchain.

What audio format is required for training a custom voice with Qwen-tts?

Audio data must be in WAV format at 24kHz mono to train custom voice models with Qwen-tts, ensuring proper preprocessing for ASR-based transcription and LoRA fine-tuning.

Can I use different model sizes for single-speaker voice cloning?

Single-speaker voice cloning supports base, voice-design, and custom-voice model variants, available in 0.6B and 1.7B parameter sizes for flexible training and generation.

How does voice cloning evaluation work for generated speech?

Voice cloning evaluation applies local ASR intelligibility checks using parakeet-tdt alongside Gemini-based speaker similarity checks, providing automated quality assurance for generated speech.

What do I need to set up before starting the voice cloning pipeline?

Before starting the voice cloning pipeline, you need parakeet-tdt ASR, the qwen-tts toolchain, and Gemini for evaluation, plus audio data in WAV format at 24kHz mono.