Giter Site home page Giter Site logo

iracema's Introduction

Iracema

Introduction

Iracema is a Python package aimed at the empirical research on music performance, with focus on the analysis of expressiveness and individuality from audio recordings. It is developed and maintaned by researchers at CEGeME, and contains computational models of music information extraction that were developed for supporting research projects in music performance. It was strongly inspired by Expan, a Matlab tool that had been previously developed at CEGeME.

Installation

We strongly recommend that you install iracema into a separate virtual environment, since it is always a good practice to keep project-specific dependencies isolated from your base Python installation (check instructions in the section Virtual environment). After activating your virtual environment, you can install iracema by running the following command:

pip3 install iracema

If you're a Linux user, you will need to manually install an audio I/O library called PortAudio. If you are a MacOS X user, this library is probably already installed. In Debian / Ubuntu you can install it using apt:

sudo apt install libportaudio2

Virtual environment

To create a virtual environment to use iracema, go to the project's folder and run:

python3 -m venv venv

A folder called venv will be created, where you will be able to install all the project's dependencies, isolated from your base Python installation. To activate this newly created environment, type the following command:

source venv/bin/activate

Developing

To contribute with the development of iracema, clone the repository from github:

git clone --recurse-submodules https://github.com/cegeme/iracema.git

The command shown above will also clone some example audio files. If you don't want to download those files, you should omit the parameter --recurse-submodules, like this:

git clone https://github.com/cegeme/iracema.git

To install the required dependencies and the cloned project in pip, go to the directory where the repository was cloned and type in your command line:

pip3 install -r requirements.txt
pip3 install -e .

Dependencies

  • Python packages (required):
    • numpy
    • scipy
    • matplotlib
    • sounddevice
    • audioread
  • Optional dependencies:
    • ffmpeg, libav, gstreamer or core audio (for opening different audio file formats)
    • libportaudio2 (if you want to play audio)

iracema's People

Contributors

taironemagalhaes avatar ofefo 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.