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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user