MTG / essentia

C++ library for audio and music analysis, description and synthesis, including Python bindings
http://essentia.upf.edu
GNU Affero General Public License v3.0
2.82k stars 529 forks source link

New Music Extractor #533

Open dbogdanov opened 7 years ago

dbogdanov commented 7 years ago

This is a summary of TODOs for the new Music Extractor and a list of known inconsistencies with previous version:

dbogdanov commented 7 years ago

Speed optimization

Currently audio is being loaded five times.

First three steps can be merged together in one computation network. Still, there should be a trade-off between computation speed and code complexity.