This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| ARES — Offline Voice Interface | |
| - Whisper (faster-whisper + CTranslate2) for real-time STT | |
| - Piper TTS for local voice output | |
| - Iron Man-style voice visualization (Pygame) | |
| - OpenClaw Gateway integration for full ARES responses | |
| - Session persistence across restarts | |
| No internet. No API. No subscriptions. Just hardware. |