/mpa-exc

Some Demo Code for the MPA Exercise.

Primary LanguageJupyter Notebook

Music Processing Analysis - Exercise

This is a collection of supplementary material for the accompanying exercise for the lecture Music Processing Analysis, Winter Term 2016/2017 held by Prof. Dr. Meinard Müller.

For more information visit: https://www.audiolabs-erlangen.de/fau/professor/mueller/teaching/2016w_mpa

Some exercises are taken from the book:

Meinard Müller

Fundamentals of Music Processing – Audio, Analysis, Algorithms, Applications

ISBN: 978-3-319-21944-8, 483 p., Springer, 2015

http://www.music-processing.de

Installation

To meet all the Python requirements, we recommend using Anaconda.

After installing Anaconda, create the virtual environment mpa_exc by calling:

conda env create -f environment.yml

Now, run source activate mpa_exc to start the environment and jupyter-notebook to start the notebook server.