MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
632 stars 41 forks source link

High-level JS API, new build tools and documentation #15

Closed albincorreya closed 4 years ago

albincorreya commented 4 years ago

This PR address the following changes,

WASM modules

JS API

Core module

Essentia - essentia.js core JS API

Additional modules for utility

Also added the following sub-modules to extend essentia.js for easy-to-use use -cases for researchers and developers. This can be also considered as an example of how to extend the essentia.js core module for custom use-cases.

EssentiaExtractor - essentia.js easy-to-use feature extractor for mel spectrogram and HPCP chroma features as an example of extending essentia.js core.

EssentiaPlot - essentia.js HTML plotting tools for spectrogram and chroma features using Ploty.js layouts.

Builds and tools

API Documentation