Skip to content

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

Notifications You must be signed in to change notification settings

victorwegeborn/LjudMAP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.7%
  • JavaScript 34.0%
  • Python 27.3%
  • CSS 4.0%