A Linux application for playing sounds through the microphone in voice calls, similar to Soundpad.
- Play sound files through the microphone
- Assign keyboard shortcuts to sounds
- Manage a library of sound files
- Python 3.x
- PySide6
- PyAudio
- PulseAudio/PipeWire
# Clone the repository
git clone [your-repo-url]
cd SoundMegaBob
# Create a virtual environment
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt