UNPKG
win-balabolka-tts
Version:
latest (1.0.1)
1.0.1
使用Balabolka进行文字转换为语音
win-balabolka-tts
/
dist
/
speech
/
speech.d.ts
7 lines
(6 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SpeechOptions
{
text
?:
string
;
textTemDir
?:
string
; [
key
:
string
]:
any
; }
export
default
function
speech
(
options
:
SpeechOptions
):
Promise
<
void
|
string
>;