aixblock-voice-ai-deepgram
Version:
A React component for real-time transcription and voice agent interactions using Deepgram APIs
9 lines (8 loc) • 297 B
TypeScript
/**
* Deepgram Voice Interaction
*
* A React component library for integrating with Deepgram's voice agent and transcription services
*/
export { default as DeepgramVoiceInteraction } from './components/DeepgramVoiceInteraction';
export * from './components/VoiceAI';
export * from './types';