AudioNaut is a customizable voice-controlled gaming interface. It lets players control any PC game using spoken commands mapped to keyboard and mouse actions. Commands are fully editable, making it easy to add, remove, or modify controls for any game.
AudioNaut is a customizable voice-controlled gaming interface. It lets players control any PC game using spoken commands mapped to keyboard and mouse actions. Commands are fully editable, making it easy to add, remove, or modify controls for any game.
- Fullscreen gaming UI
- Real-time speech recognition
- Editable voice command list
- Image-based manual
- Supports any PC game
- Install Python 3.10+
- Install requirements: pip install -r requirements.txt
markdown Copy code 3. Run the UI: python voiceUI.py
perl Copy code
Open Voice_Commands.py and edit the commands = { ... } dictionary.
You can add new voice phrases or change the actions they perform.
Example: "reload weapon": "r", "drive fast": "shift",
markdown Copy code
- Python 3.10+
- Microphone
- Internet connection for speech recognition