note: since stroby is still in early stages of development, the pitch detection accuracy is currently limited by the FFT resolution and thus the audio buffer size. this will be fixed in a near future update.
- clone repo
- set up a virtual environment for python
python -m venv <venv-path> - activate the environment
. ./<venv-path>/bin/activate - install dependencies
pip install -r requirements.txt - run stroby
python main.py
