UNPKG

speechflow

Version:

Speech Processing Flow Graph

18 lines (17 loc) 454 B
import SpeechFlowNode from "./speechflow-node"; export default class SpeechFlowNodeT2AElevenlabs extends SpeechFlowNode { static name: string; private elevenlabs; private destroyed; private resampler; constructor(id: string, cfg: { [id: string]: any; }, opts: { [id: string]: any; }, args: any[]); status(): Promise<{ usage: string; }>; open(): Promise<void>; close(): Promise<void>; }