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
/
process
/
index.ts
12 lines
(10 loc)
•
262 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
AudioActuator
from
'./audio-actuator'
import
ResponseTranscode
from
'./response-transcode'
import
TextSplit
from
'./text-split'
import
TtsRequest
from
'./tts-request'
export
{
AudioActuator
,
ResponseTranscode
,
TextSplit
,
TtsRequest
, }