openclaw-voice/server
Jezza Hehn f0458b9b40 feat: add Deepgram STT provider and cloud-first config
- New DeepgramSTT class using Deepgram nova-3 via REST API
- Factory function create_stt_engine() for provider switching
- faster-whisper import now optional (graceful fallback)
- Config defaults to cloud providers (deepgram STT + venice TTS)
- .env.example updated with DEEPGRAM_API_KEY and VENICE_API_KEY
- requirements.txt adds deepgram-sdk, marks faster-whisper as optional
- Zero GPU required for default configuration
2026-04-10 00:33:57 +00:00
..
voices Initial commit: Jarvis Voice Bot - Complete Implementation 2026-02-13 12:35:03 -05:00
__init__.py Initial commit: Jarvis Voice Bot - Complete Implementation 2026-02-13 12:35:03 -05:00
app.py Initial commit: Jarvis Voice Bot - Complete Implementation 2026-02-13 12:35:03 -05:00
stt.py feat: add Deepgram STT provider and cloud-first config 2026-04-10 00:33:57 +00:00
tts.py feat: add Venice Kokoro TTS provider 2026-04-10 00:24:11 +00:00