UNPKG

murmuraba

Version:

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

5 lines (4 loc) 265 B
// Main hook export export { useMurmubaraEngine } from './use-murmubara-engine'; // Constant exports for external use export { MAX_CHUNKS_IN_MEMORY, CHUNKS_TO_KEEP_ON_OVERFLOW, DEFAULT_CHUNK_DURATION, DEFAULT_MP3_BITRATE, SUPPORTED_MIME_TYPES } from './constants';