UNPKG

win-balabolka-tts

Version:

使用Balabolka进行文字转换为语音

8 lines (7 loc) 241 B
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; };