qwen-tts
星标2
分支0
更新时间2026年5月19日 00:33
Text to speech with voice clone using Qwen3-TTS.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Text to speech with voice clone using Qwen3-TTS.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | qwen-tts |
| description | Text to speech with voice clone using Qwen3-TTS. |
| metadata | {"tags":["aigc","tts","speech","voice","qwen3"],"platforms":["linux"]} |
tldr: Use uv run ${SKILL_DIR}/scripts/generate_voice.py to generate speech audio with voice clone.
--text "the text you want to synthesize" --ref-audio "/abs/path/to/ref/audio.wav" --ref-text "Ref Audio Transcript" --output "output.wav"
--help shows the full usage.--ref-text is optional. If omitted, it defaults to the ref audio filename.