UNPKG
@minto-ai/xunfei-tts
Version:
latest (2.2.1)
2.2.1
2.1.1
2.0.33
2.0.32
2.0.31
2.0.3
2.0.2
1.0.55
1.0.54
1.0.53
1.0.52
1.0.51
1.0.50
1.0.2
1.0.1
借助“讯飞在线语音合成API”实现浏览器端“文本转语音
@minto-ai/xunfei-tts
/
src
/
handler
/
core
/
index.ts
11 lines
(8 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
type
InterfaceHandler
from
'./interface-handler'
import
BaseHandler
from
'./base-handler'
export
{
BaseHandler
, }
export
type
{
InterfaceHandler
, }