infinity-player

infinite jukebox clone using librosa
git clone https://git.ce9e.org/infinity-player.git

NameSize
README.md1369B
player.py4538B
requirements.txt31B
timbre.pickle42616B

infinity player

An infinite jukebox clone using librosa.

This program attempts to recreate the wonderful Infinite Jukebox on the command line in python. It plays the song beat by beat and may jump to similar beats at any time. This way, the song can play infinitly.

The process is devided into two steps: Analysing the audio and playing it. Analysing takes some time, so the result is saved next to the audiofile.

Quickstart

pip install -r requirements.txt
python player.py <filename>

Open Tasks

Any help would be appreciated

Prior Art