Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 275 Bytes

snakeoil

To setup and run app:

python3 -m venv venv; . venv/bin/activate
pip install -U pip; pip install -r requirements.txt
python main.py

If you wish to use custom audio, place FLAC in the audio directory. Audio must be 24-bit stereo and >= 96000 Hz.