Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/AnimeAPI
/ TTS
Interface
TTS
tts/tts.go:5–10 ·
view source on GitHub ↗
TTS ...
Source
from the content-addressed store, hash-verified
3
4
// TTS ...
5
type
TTS
interface
{
6
// Speak 返回音频本地路径
7
Speak(key int64, text
func
() string) (fileName string, err error)
8
// String 获得实际使用的回复服务名
9
String() string
10
}
Callers
9
TestTTS
Function · 0.65
Yandex
Function · 0.65
ASCII2d
Function · 0.65
Talk
Method · 0.65
TalkPlain
Method · 0.65
GetAllGuard
Function · 0.65
SignURL
Function · 0.65
getMixinKey
Function · 0.65
getWbiKeys
Function · 0.65
Implementers
3
BaiduTTS
tts/baidutts/baidutts.go
TTS
tts/ttscn/tts.go
Genshin
tts/genshin/vits.go
Calls
no outgoing calls
Tested by
no test coverage detected