UNPKG

speechflow

Version:

Speech Processing Flow Graph

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