Anmol Mishra
Anmol Mishra
Problem Page - https://essentia.upf.edu/documentation.html#what-is-essentia
Following changes were made in this commit - - Sphinx's `conf.py` file was regenerated. Old configuration file is in `conf_old.py` - `custom.css` was added to set sidebar colors - `documentation.rst`...
In the link, https://essentia.upf.edu/extending_essentia.html#declaring-needed-parameters the methods described for declaring parameters are outdated. Current code only seems to support this declaration - ``` void Configurable::declareParameter(const string& name, const string& desc, const...
[feat] Complete Implementation of Direct Scale Transform - Added parameters in header file - Added configure function - Added first order difference and matrix multiplication code [feat] Add tests for...