UNPKG

voice-stream

Version:

A powerful React hook for real-time voice streaming, designed for AI-powered applications. Perfect for real-time transcription, voice assistants, and audio processing with features like silence detection and configurable audio processing.

8 lines (7 loc) 121 B
export {}; declare global { interface Window { AudioContext: any; AudioProcessingEvent: any; } }