UNPKG

speechflow

Version:

Speech Processing Flow Graph

11 lines (10 loc) 252 B
import CLIio from "cli-io"; import SpeechFlowNode from "./speechflow-node"; export declare class NodeRegistry { private cli; nodes: { [id: string]: typeof SpeechFlowNode; }; constructor(cli: CLIio); load(): Promise<void>; }