Coder Social home page Coder Social logo

infinity-player's Introduction

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

  • Improve audio analysis. I don't really know what MFCC or a Constant-Q chromagram is. The current implementation works ok-ish, but there can probably be big improvements.

  • Improve beat selection. Currently the selection of the next beat depends only on the current beat and a set of precomputed probabilities. Jumps that go back or wide are slightly privileged. I guess a lot more is possible, e.g. to prevent the song from looping through the same part again and again.

Prior Art

infinity-player's People

Contributors

xi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.