mirror of
https://github.com/Purple-Horizons/openclaw-voice.git
synced 2026-08-14 09:02:28 +00:00
Self-hosted browser-based voice interface for AI assistants. Features: - FastAPI WebSocket server - Whisper STT (faster-whisper or openai-whisper) - Chatterbox TTS (MIT license, ElevenLabs quality) - OpenAI backend (pluggable) - Browser voice widget (push-to-talk) - Mock mode for testing without models Stack: - Python 3.10+ - FastAPI + Uvicorn - WebSocket for real-time audio - React/vanilla JS client Tested: Server runs, serves HTML, OpenAI backend connects. TODO: Install Whisper, Chatterbox for full functionality.
2 lines
24 B
Python
2 lines
24 B
Python
# OpenClaw Voice Server
|