UNPKG

speechflow

Version:

Speech Processing Flow Graph

14 lines (13 loc) 364 B
import SpeechFlowNode from "./speechflow-node"; export default class SpeechFlowNodeT2TOllama extends SpeechFlowNode { static name: string; private ollama; private setup; constructor(id: string, cfg: { [id: string]: any; }, opts: { [id: string]: any; }, args: any[]); open(): Promise<void>; close(): Promise<void>; }