MuteMe is an executable voice automation tool that lets you mute or unmute your microphone using custom audio cues.
The program is designed to be lightweight and donationware. Please do not redistribute or claim credit for this project.
- Run the executable file (under releases on the right side).
- The program will automatically start listening for voice commands.
- Set up a keybind to mute.
- Edit settings from System Tray.
- Use your configured voice commands to control your microphone mute status.
- Enable/Disable Run on Startup in System Tray.
- Exit from System Tray.
You can customize:
- Voice trigger requirement
- Command cooldowns
- Crash handling limits
- Voice commands for mute and unmute
- Unmute on quit
For best recognition results, check:
assets/txt files/recommended.txt
This contains suggested command phrases or replacements that work better with the speech model, and how to open debug mode.
The default speech model is intentionally lightweight to maintain low CPU usage and fast response times.
Using larger speech recognition models can improve recognition accuracy but may increase memory and CPU usage. The default model provides high performance without sacrificing major accuracy loss.
Support and Feedback: Discord: malso
Buy me a not coffee. https://paypal.me/MohamedAlsowmely
- Executable program
assets/txt files/recommended.txt– Suggested voice commandsrequirements.txt– Python dependencies (if running from source) USE PYTHON 3.11.9!!!!!
No audio data is stored or transmitted externally.
All processing is performed locally and discarded immediately after processing.
MIT License
Copyright (c) 2026 xMalso
This software is provided "as is" without warranty. Use at your own risk.
This project uses Vosk Speech Recognition. See THIRD_PARTY_LICENSES.txt for full license details.