qwen3-tts

Installation
SKILL.md

Qwen3-TTS

Build text-to-speech applications using Qwen3-TTS from Alibaba Qwen. Reference the local repository at D:\code\qwen3-tts for source code and examples.

Quick Reference

Task Model Method
Custom voice with preset speakers CustomVoice generate_custom_voice()
Design new voice via description VoiceDesign generate_voice_design()
Clone voice from audio sample Base generate_voice_clone()
Encode/decode audio Tokenizer encode() / decode()

Environment Setup

# Create fresh environment
conda create -n qwen3-tts python=3.12 -y
conda activate qwen3-tts
Related skills

More from jarmen423/skills

Installs
13
GitHub Stars
2
First Seen
Jan 25, 2026