UNPKG

win-balabolka-tts

Version:

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

7 lines (6 loc) 189 B
export interface SpeechOptions { text?: string; textTemDir?: string; [key: string]: any; } export default function speech(options: SpeechOptions): Promise<void | string>;