/LjudMAP

Flask-based web application for visualisation, exploration, and real-time concatenative sound synthesis on audio.

Primary LanguageHTML

LjudMAP

An explorative tool for audio material with real-time concatenative sound synthesis capabilities. Adapted from the work by Per Fallgren (https://github.com/perfall/Edyson).


Install

This application requires the following software to run:

  1. openSMILE
  2. BBC's audiowaveform
  3. FFMPEG

Extract and install openSMILE in the repository directory. Ensure relative path to executable:

/LjudMAP/opensmile-2.3.0/SMILExtract

Install environment

Use anaconda or conda to install python dependencies:

$ conda env create -f environment.yml

activate environment

$ source activate LjudMAP

run from within LjudMAP/web

(LjudMAP) $ python3.6 app.py