UNPKG

murmuraba

Version:

Real-time audio noise reduction with advanced chunked processing for web applications

11 lines 286 B
import React from 'react'; interface IVadTimelineProps { vadData: Array<{ time: number; vad: number; }>; chunkId: string; } export declare const VadTimeline: React.NamedExoticComponent<IVadTimelineProps>; export {}; //# sourceMappingURL=vad-timeline.d.ts.map