UNPKG

murmuraba

Version:

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

12 lines (11 loc) 253 B
/** * VAD Types and Interfaces */ export const DEFAULT_VAD_CONFIG = { frameSize: 480, // 20ms at 24kHz energyThreshold: 0.01, zcrThreshold: 0.5, minSegmentDuration: 0.1, // 100ms hangoverTime: 0.3, // 300ms useRNNoise: true };