GithubHelp home page GithubHelp logo

relay-performer's Introduction

Relay Performer

Relay Performer is an interactive music performance system which enables relay performance between human pianist & AI pianist. It requires MIDI port connection (eg. Disklavier) and uses built-in audio device for real-time stream processing. The online time warping (OLTW) algorithm is implemented in this system, based on the paper MATCH: A MUSIC ALIGNMENT TOOL CHEST by Simon Dixon published at ISMIR2005.

Tested on Python 3.10 (conda)

Preparing packages

$ brew install redis
$ brew services start redis

Setting a new conda environment

If you're using Mac M1, please run the following command before creating a new conda environment.

$ brew install portaudio
$ brew --prefix portaudio # copy the path
$ vim $HOME/.pydistutils.cfg

# Then, add the following lines to the file.

[build_ext]
include_dirs=/--PATH--/include/
library_dirs=/--PATH--/lib/

Create a new conda environment and activate it.

$ conda env create -f environment.yml
$ conda activate rpf
  • If there's an issue about soundfile, please reinstall soundfile as follows:

    $ pip install --upgrade --force-reinstall soundfile

Rebuild DB & Start App

# rebuild db
$ sqlite3 ./db/rpf.db < init_rpf_.sql

# start app
$ ./start_app.sh

  • To test APIs, go to 127.0.0.1:8000, which redirects to 127.0.0.1:8000/docs.
  • To manage admin dashboard, go to 127.0.0.1:8000/admin.

relay-performer's People

Contributors

laurenceyoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.