UNPKG

speechflow

Version:

Speech Processing Flow Graph

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