Skip to main content

Audio Content Analysis for Research on Musical Expressiveness and Individuality

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iracema-0.1.3.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iracema-0.1.3-py3-none-any.whl (45.9 kB view details)

Uploaded Python 3

File details

Details for the file iracema-0.1.3.tar.gz.

File metadata

  • Download URL: iracema-0.1.3.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for iracema-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4a46534a7d03c07f270e8fbed3be156f9882bac8cb3e55a3963f2c1af5c29d9a
MD5 31b0d20dc53692dfc557ca8c8b7a0b26
BLAKE2b-256 08def8e6ec00fb835ac159d0a7df727d6a4048eeed13f00944a7c0d3d33c8475

See more details on using hashes here.

File details

Details for the file iracema-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: iracema-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for iracema-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 89331b54e5b08f5e36175cbbc79808ade3aa8357031157c8af35d60940f44ef3
MD5 d4251edd95406433aeb1f1635fff5457
BLAKE2b-256 dfe8822e1a61cb6e038a35eab47ad713a340a7937b57f9aeb862062e7d38db7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page