qwen3-tts
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