XPilot / essentia.js

JavaScript library for music/audio analysis and processing powered by WebAssembly

Home Page:https://essentia.upf.edu/essentiajs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

License: AGPL v3 Build Status npm version

A JavaScript library for music/audio signal analysis and processing for both real-time and offline use-cases. The core of essentia.js is powered by Essentia C++ library back-end using WebAssembly along with a high-level Typescript API and add-on utility modules. ie, Now you can run a extensive collection of music/audio processing and analysis algorithms on your web-browser or Node.js applications with ease-of-use. essentia.js also provides additional modules for easy-to-use configurable feature extractors for some selected features and helper classes for visualizing common music processing features directly into your HTML web page using Plotly.js library.

You are also most welcome to contribute to essentia.js.

NOTE: Currently under active-development, some of the algorithms are not yet manually tested on the JavaScript front. Please submit the issues at https://github.com/MTG/essentia.js/issues.

About

JavaScript library for music/audio analysis and processing powered by WebAssembly

https://essentia.upf.edu/essentiajs

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 48.9%Language:C++ 45.9%Language:Python 3.6%Language:JavaScript 0.9%Language:Dockerfile 0.3%Language:Makefile 0.2%Language:Shell 0.2%