Voice System

Open source voice interface for the Consciousness Revolution platform

Download Complete Package

Get all 4 voice modules with setup instructions. Works on Windows, Mac, and Linux.

Download Voice System (v1.0)

Included Modules

VOICE_WAKE_WORD_LISTENER.py

Always-on wake word detection. Say "Hey Claude" or "Hey Commander" to activate voice control.

CONSCIOUSNESS_VOICE_MODULE.py

Core TTS/STT module. Claude speaks, Commander speaks. Full conversation mode.

VOICE_ROUTER_SYSTEM.py

Intelligent routing - routes voice to right AI agent based on keywords (Security Bot, C1 Mechanic, etc.)

S24_VOICE_COMMAND_SYSTEM.py

Mobile phone voice commands. Control the entire system via voice from your phone.

Requirements

pip install SpeechRecognition pyttsx3 pyaudio

Note: On Windows, you may need to install PyAudio separately:

pip install pipwin
pipwin install pyaudio

Quick Start

1
Download and extract the package to your project folder
2
Install dependencies:
pip install -r requirements.txt
3
Run the wake word listener:
python VOICE_WAKE_WORD_LISTENER.py
4
Say "Hey Claude" and give a command!

Individual Module Downloads

Download modules individually if you only need specific functionality.

Wake Word Listener Voice Module Voice Router S24 Commands

Help Us Build

This is open source. We're building the voice interface together.

GitHub Repository | Join Discord | Report Issues