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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.