MrBeat is a BeatBox program using Audiostream for real-time sound processing. You can create cool rhythms, and add more kits or even your own custom kit (edit sound_kit_service.py to do so).
- Python 3.7: Download here
- Kivy: Install with
pip install kivy - Cython: Install with
pip install Cython - Visual Studio: Required for compiling on Windows
- Audiostream: For Windows, navigate to
./MrBeat/audiostreamand runpython setup.py install
- Clone the repository
- Navigate to the
./MrBeatfolder - Run the app with:
python main.py