Skip to content

Essentia.js v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@albincorreya albincorreya released this 21 Jun 08:05
· 196 commits to master since this release
921c4d0

Changelog 0.1.1

Added

  • Added essentia.js-model add-on module to facilitate the end-to-end use of pre-trained tensorflow.js audio ML models distributed on Essentia Tensorflow Model repository.
  • Added both real-time and offline use-case examples for using essentia.js and tensorflow.js along with documentation (see #51, #53, #54).
  • See #56 for overall changes added for the 0.1.1 release.

Changes

  • Changed namespaces in node.js entrypoint. ie. Now, all the add-on modules are also exposed in the node.js import (see #50).
  • Re-organized the directory structure of the source code and related scripts in terms of category of the module.
  • Essentia WASM backend sync build files are now distributed as both UMD and ES6 compatiable formats (essentia-wasm.umd.js and essentia-wasm.es.js).