All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for new algorithms for pitch extraction (Melodia), EBUR loudness and downmixing stereo signals etc. (see #6 and #30).
- Added example of how to write efficient custom C++ features exractor and their corresponding Essentia WASM JS bindings for performance demanding applications (see here).
- Added both normal and minified builds of essentia.js seperately.
- Removed algorithms with non-supported IO wrappers from the bindings (see #27)
- Changed global namespace
EssentiaModule
toEssentiaWASM
in Essentia WASM backend imports (see #29). - Dockerfile updated to compile and build from upstream code (see #25).
- Adapted the examples and documentation template with the upstream source.
- Minor fixes in
essentia.js-plot
add-on module. - Enhanced build scripts for building both WASM and JS API.
- Updated CI/CD scripts and settings accordingly.
- Minor fixes in the
essentia.js-extractor
add-on modules. Updated default parameter settings. Changed the module interface to work with a single audio frame. - Add
delete
method in theessentia.js-core*
API.
- Typescript API for core essentia.js algorithms
- Add-on classes for easy-to.use extractors and visualizing audio features in a DOM object.
- Updated build scripts to bundle the final distros using Rollup.
- Improved API documentation generated using jsdoc.
- Added tutorials and starter web application examples for both realtime and offline audio feature extraction tasks.