- Renamed project from Celuna to AISSIA - Updated all documentation and configuration files - Codebase improvements and fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete STT system with 4 engine options: - WhisperCpp: High-quality local STT (ggml-base model, 147MB) - WhisperAPI: Cloud STT via OpenAI - PocketSphinx: Lightweight keyword spotting (optional) - Vosk: Balanced local STT (optional) Changes: - Add whisper.cpp as git submodule - Link whisper library with conditional compilation - Create test_stt_engines manual test program - Add PocketSphinx and Whisper.cpp optional dependencies Test results: ✅ WhisperCpp: Compiled, model loaded successfully ✅ WhisperAPI: Compiled (requires API key) ⚠️ PocketSphinx: Compiled (model path needs config) ❌ Vosk: Library not available in Ubuntu repos 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>