影片与视频编辑、内容创作者在制作视频配音或有声书时,当需要克隆音色、生成情感化配音或流式实时语音合成请用此技能。支持1.7B高质量与0.6B快速双模型,一键实现多语言方言配音,让语音创作更高效更自然。
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/tts-voice-synthesis/SKILL.md文本准备
选择音色
执行合成
scripts/tts_generate.py 进行语音生成验证输出
准备参考音频
提取音色特征
scripts/voice_clone.py 提取音色特征使用克隆音色
文本分段
流式生成
scripts/tts_generate.py 启用流式模式实时合并
文本情绪分析
语音参数调整
生成验证
python scripts/tts_generate.py \
--text "你好,欢迎使用语音合成服务" \
--output_path ./output/hello.wav \
--model_size 1.7B \
--voice defaultpython scripts/voice_clone.py \
--reference_audio ./reference.wav \
--voice_name my_voice \
--output_dir ./voicespython scripts/tts_generate.py \
--text "今天真是太开心了!" \
--output_path ./output/happy.wav \
--emotion happy \
--speed 1.2 \
--pitch 1.1python scripts/tts_generate.py \
--text_file ./long_text.txt \
--output_path ./output/stream_output.wav \
--streaming trued9e888d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.