feat(voice): switch TTS to Seed 2.0 uranus voices

Use classic male/female and sunny-sweet speakers with seed-tts-2.0 resource id.
This commit is contained in:
Zhengshou Lai
2026-07-26 01:07:06 +08:00
parent d428436fca
commit 8f60860419
3 changed files with 28 additions and 16 deletions
+2 -2
View File
@@ -68,10 +68,10 @@ mytoolkit env export # 导出为 shell export 语句
```bash
mytoolkit voice tts "你好,世界"
mytoolkit voice tts -f script.txt
mytoolkit voice tts "文本" -v zh_male_wennuanahu_moon_bigtts --format mp3 --speed 10 -o output.mp3
mytoolkit voice tts "文本" -v zh_female_xiaohe_uranus_bigtts --format mp3 --speed 10 -o output.mp3
```
可用音色:`zh_female_cancan_mars_bigtts``zh_female_shuangkuaisisi_moon_bigtts``zh_male_wennuanahu_moon_bigtts`(默认)、`zh_male_sunwukong_moon_bigtts`
可用音色:`zh_male_m191_uranus_bigtts`(经典男声)`zh_female_xiaohe_uranus_bigtts`经典女声,默认)、`ICL_uranus_zh_female_yuanqitianmei_tob`(阳光甜妹)
格式:`mp3`(默认)、`wav``pcm`