murmuraba
Version:
Real-time audio noise reduction with advanced chunked processing for web applications
11 lines (10 loc) • 440 B
JavaScript
// Re-export everything from the refactored module
export * from './murmuraba-engine';
export { useMurmubaraEngine as default } from './murmuraba-engine';
// Legacy support - will be removed in next major version
import { useMurmubaraEngine } from './murmuraba-engine';
/**
* @deprecated Import directly from './murmuraba-engine' instead
* This file now serves as a re-export for backward compatibility
*/
export { useMurmubaraEngine };