UNPKG
win-balabolka-tts
Version:
latest (1.0.1)
1.0.1
使用Balabolka进行文字转换为语音
win-balabolka-tts
/
dist
/
get-voices
/
get-voices.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Voice
}
from
".."
;
declare
function
getVoices
(
options
?: { balconPath?:
string
; }
):
Promise
<
Voice
[]>;
export
default
getVoices;