Releases: JWitcoff/Claude_Chat
Releases · JWitcoff/Claude_Chat
Release list
Sprint 1: ElevenLabs Voice Recognition
🎉 Sprint 1 Complete: ElevenLabs Voice Recognition
✅ Features Implemented:
- ElevenLabs Pro Integration: Premium speech-to-text with
eleven_turbo_v2_5model - Multi-Engine Fallback: ElevenLabs → Google Speech → Whisper Local
- Microphone Testing Suite: Complete audio device detection and calibration
- Robust Error Handling: Graceful fallbacks and detailed logging
🎯 System Capabilities:
- Support for 8+ microphone types
- Automatic ambient noise calibration
- Real-time speech recognition
- Cross-platform compatibility (macOS/Windows/Linux)
🚀 Next Sprint:
Sprint 2 will add MCP server integration for Claude Code voice commands.
📖 Usage:
# Setup
./setup.sh
# Test microphone
python tests/test_microphone.py
# Interactive voice test
python tests/test_microphone.py --interactiveAPI Key Required: Add your ElevenLabs API key to .env file.