Beat Saber song generator
Ensure you have Python 3.6 or higher installed and then run:
make init
To invoke Poetry and initialize your virtual environment. If you don't yet have Poetry please see their documentation to install it.
You'll also need ffmpeg. Note that you will need to have the libvorbis encoder.
Installing on macOS using brew
:
brew install ffmpeg --with-theora --with-libvorbis --with-libvpx