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.
18 lines (17 loc) • 404 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"lib": ["dom", "es2015"],
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"jsx": "react"
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]
}