UNPKG
@minto-ai/huoshan-tts
Version:
latest (2.2.15)
2.2.15
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
1.1.2
1.1.1
1.1.0
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.33
1.0.32
1.0.31
1.0.30
1.0.29
1.0.28
1.0.27
1.0.26
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
借助“火山引擎在线语音合成API”实现浏览器端“文本转语音
@minto-ai/huoshan-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
, }