UNPKG

win-balabolka-tts

Version:

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

6 lines (5 loc) 145 B
import { Voice } from ".."; declare function getVoices(options?: { balconPath?: string; }): Promise<Voice[]>; export default getVoices;