UNPKG

murmuraba

Version:

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

22 lines 605 B
import React from 'react'; interface IWaveformAnalyzerProps { stream?: MediaStream; audioUrl?: string; label?: string; color?: string; isActive?: boolean; isPaused?: boolean; hideControls?: boolean; isMuted?: boolean; volume?: number; className?: string; 'aria-label'?: string; onPlayStateChange?: (isPlaying: boolean) => void; width?: number; height?: number; disabled?: boolean; disablePlayback?: boolean; } export declare const WaveformAnalyzer: React.FC<IWaveformAnalyzerProps>; export {}; //# sourceMappingURL=waveform-analyzer.d.ts.map