MCPcopy 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 ...
5type TTS interface {
6 // Speak 返回音频本地路径
7 Speak(key int64, text func() string) (fileName string, err error)
8 // String 获得实际使用的回复服务名
9 String() string
10}

Callers 9

TestTTSFunction · 0.65
YandexFunction · 0.65
ASCII2dFunction · 0.65
TalkMethod · 0.65
TalkPlainMethod · 0.65
GetAllGuardFunction · 0.65
SignURLFunction · 0.65
getMixinKeyFunction · 0.65
getWbiKeysFunction · 0.65

Implementers 3

BaiduTTStts/baidutts/baidutts.go
TTStts/ttscn/tts.go
Genshintts/genshin/vits.go

Calls

no outgoing calls

Tested by

no test coverage detected