UNPKG
win-balabolka-tts
Version:
latest (1.0.1)
1.0.1
使用Balabolka进行文字转换为语音
win-balabolka-tts
/
dist
/
index.d.ts
8 lines
(7 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
{
default
as
speech }
from
"./speech/speech"
;
export
{
default
as
getVoices }
from
"./get-voices/get-voices"
;
export
{
SpeechOptions
}
from
"./speech/speech"
;
export
type
Voice
= {
sapi
:
number
|
null
;
name
:
string
; };