MCPcopy Index your code
hub / github.com/MTG/essentia.js

github.com/MTG/essentia.js @v0.1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.3 ↗ · + Follow
3,168 symbols 9,014 edges 70 files 520 documented · 16% updated 7mo agov0.1.3 · 2021-06-24★ 85446 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

alt text

License: AGPL v3 Build Status npm version

Essentia.js is a JavaScript (JS) library for music/audio signal analysis and processing developed at the Music Technology Group, UPF, Barcelona. The core of library is powered by Essentia C++ library back-end using WebAssembly built via Emscripten along with a high-level JS and TypeScript API and add-on utility modules. ie, You can run an extensive collection of music/audio processing and analysis algorithms/models on your web browser or Node.js runtime applications. It supports both real-time and offline audio analysis use-cases.

The packaged add-on modules includes configurable feature extractors for some selected features, interface for feature extraction and inference of a collection of pre-trained audio ML models using Tensorflow.js, some 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: Essentia.js is currently under rapid development. This means that APIs and features will evolve. It is recommended that devs who adopt essentia.js today upgrade their installation as new releases become available, as backwards compatibility is not yet guaranteed. 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.

Citing essentia.js

If you want to cite essentia.js in a scholarly work, please use the following reference.

Albin Correya, Dmitry Bogdanov, Luis Joglar-Ongay, Xavier Serra. “Essentia.js: A JavaScript Library for Music and Audio Analysis on the Web”, 21st International Society for Music Information Retrieval Conference, Montréal, Canada, pp. 605-612. 2020.

Core symbols most depended-on inside this repo

Shape

Function 2,550
Method 546
Class 72

Languages

TypeScript93%
C++7%
Python1%

Modules by API surface

examples/mood-classifiers/src/lib/tf.min.3.5.0.js943 symbols
examples/autotagging-rt/src/lib/tf.min.3.5.0.js943 symbols
examples/mood-classifiers/src/lib/tf-backend-wasm-3.5.0.js230 symbols
src/typescript/core_api.ts213 symbols
src/cpp/includes/essentiajs.cpp205 symbols
examples/custom-cpp-extractor/essentia-custom-extractor.web.js195 symbols
docs/api/js/jquery.min.js92 symbols
examples/melspectrogram-rt/ringbuf.js/index.js36 symbols
examples/autotagging-rt/src/lib/wasm-audio-helper.js17 symbols
src/typescript/machinelearning/tfjs_models.ts16 symbols
src/typescript/display/plot.ts14 symbols
examples/mood-classifiers/src/lib/essentia.js-model.umd.js13 symbols

For agents

$ claude mcp add essentia.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page