UNPKG

speechflow

Version:

Speech Processing Flow Graph

16 lines (15 loc) 417 B
import SpeechFlowNode from "./speechflow-node"; export default class SpeechFlowNodeA2ACompressor extends SpeechFlowNode { static name: string; private destroyed; private compressor; private bus; private intervalId; constructor(id: string, cfg: { [id: string]: any; }, opts: { [id: string]: any; }, args: any[]); open(): Promise<void>; close(): Promise<void>; }