mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
修复原神 vits api失效 (#582)
This commit is contained in:
parent
2410a7b3ed
commit
5dfc118f64
@ -16,7 +16,7 @@ import (
|
||||
const (
|
||||
jpapi = "https://moegoe.azurewebsites.net/api/speak?text=%s&id=%d"
|
||||
krapi = "https://moegoe.azurewebsites.net/api/speakkr?text=%s&id=%d"
|
||||
cnapi = "http://267978.proxy.nscc-gz.cn:8888?text=%s&speaker=%s"
|
||||
cnapi = "https://genshinvoice.top/api?text=%s&speaker=%s&format=wav&length=1&noise=0.6&noisew=0.8"
|
||||
)
|
||||
|
||||
var speakers = map[string]uint{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user