Essentia.js v0.0.8-alpha
Pre-release
Pre-release
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 loadingessentia.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 usingessentia.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 bynpm install essentia.js