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.