Open source voice interface for the Consciousness Revolution platform
Get all 4 voice modules with setup instructions. Works on Windows, Mac, and Linux.
Download Voice System (v1.0)Always-on wake word detection. Say "Hey Claude" or "Hey Commander" to activate voice control.
Core TTS/STT module. Claude speaks, Commander speaks. Full conversation mode.
Intelligent routing - routes voice to right AI agent based on keywords (Security Bot, C1 Mechanic, etc.)
Mobile phone voice commands. Control the entire system via voice from your phone.
pip install SpeechRecognition pyttsx3 pyaudio
Note: On Windows, you may need to install PyAudio separately:
pip install pipwin
pipwin install pyaudio
pip install -r requirements.txt
python VOICE_WAKE_WORD_LISTENER.py
Download modules individually if you only need specific functionality.
This is open source. We're building the voice interface together.