Skip to content

Essentia.js v0.0.8-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@albincorreya albincorreya released this 25 Feb 15:35
· 415 commits to master since this release

This is the first alpha pre-release version of essentia.js.

The following wasm builds of essentia are distributed:-

  • essentia.wasm - Asynchronous WASM build of generic javascript bindings for essentia C++ library.
  • essentia.js - JS glue code for loading essentia.wasm (can be used with HTML <script> tag).
  • essentia-module.js - Synchronous build of generic javascript bindings for essentia C++ library (ES6 import/export and AudioWorklet support).
  • essentia.tools.js - Utility methods for using essentia.js with your web applications such as converting JS typed arrays to and from essentia input types, loading audio etc.

NOTE: Node JS users can get essentia.js from npm by npm install essentia.js