Essentia.js v0.1.1
Pre-release
Pre-release
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
andessentia-wasm.es.js
).