realtime-voice-ai
Version:
A powerful, fully configurable React component for real-time voice chat powered by OpenAI's Realtime API. Create natural conversations with AI using advanced voice recognition and synthesis.
82 lines (81 loc) • 2.09 kB
JSON
{
"name": "realtime-voice-ai",
"version": "2.5.3",
"description": "A powerful, fully configurable React component for real-time voice chat powered by OpenAI's Realtime API. Create natural conversations with AI using advanced voice recognition and synthesis.",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src/",
"uiVersions/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"voice-chat",
"realtime-voice-chat",
"openai",
"realtime-api",
"ai",
"voice-assistant",
"speech-recognition",
"audio",
"chatbot",
"conversational-ai",
"voice-ai",
"speech-to-text",
"text-to-speech",
"real-time-communication",
"voice-interface",
"ai-assistant",
"voice-control",
"speech-synthesis",
"voice-interaction",
"muhammad-huzaifa",
"huzaifi0604",
"mhuzaifi0604",
"huzaifa",
"voice-chat-component",
"react-voice-chat",
"openai-voice-chat",
"ai-voice-chat",
"realtime-audio",
"voice-enabled-ui",
"speech-interface",
"voice-powered",
"conversational-interface",
"realtime-voice-ai",
"realtime voice chatbot"
],
"author": {
"name": "Muhammad Huzaifa",
"email": "huzzaifaasim@gmail.com",
"url": "https://github.com/mhuzaifi0604"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mhuzaifi0604/Realtime-VoiceChat"
},
"bugs": {
"url": "https://github.com/mhuzaifi0604/Realtime-VoiceChat/issues"
},
"homepage": "https://github.com/mhuzaifi0604/Realtime-VoiceChat#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"lucide-react": "^0.511.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}