essentia icon indicating copy to clipboard operation
essentia copied to clipboard

C++ library for audio and music analysis, description and synthesis, including Python bindings

Results 222 essentia issues
Sort by recently updated
recently updated
newest added

Documenting the unchecked work started on the following Unit Test Files: test_frametoreal.py test_tensortovectorreal.py (based on the "mirror" version)

New Test Cases based on the test_pitchcontoursmelody.py, for multi-melody and mono-melody variants. Putting in draft mode but comments welcome.

The latest change/update in `waf` file breaks [essentia-emscripten](https://github.com/MTG/essentia.js/blob/dev/Dockerfile) build scripts. `waf` fails to detect the emscripten c compiler while running `waf configure`. This exact issue was mentioned in this [issue](https://github.com/MTG/essentia/issues/806)...

builds

One of the goals of Essentia is to maximize parametrizability to allow compatibility with relevant implementations from other frameworks. The following feature requests for [Windowing](https://essentia.upf.edu/reference/std_Windowing.html) allow replicating some framing/windowing options...

enhancement

The default behaviour of the [`FrameCutter`](https://essentia.upf.edu/reference/streaming_FrameCutter.html) algorithm adds noise to silent frames. This can [lead to problems with reproducibility](https://github.com/MTG/essentia/issues/1006) and can be unexpected by users since the `standard` [`FrameCutter`](https://essentia.upf.edu/reference/std_FrameCutter.html) does...

The [search on the documentation page](https://essentia.upf.edu/search.html) seems to be broken. The console shows this error. ``` searchtools.js:158 Uncaught ReferenceError: Stemmer is not defined at Object.query (searchtools.js:158) at Object.setIndex (searchtools.js:98) at...

This is a short working example to play around with Github actions and the Windows runner. Currently it only builds Eigen lib and successfully configures the build. I put the...

The documentation for the algorithms MelBands, TriangularBands & MFCC contains this parameter: ``` normalize (string ∈ {unit_sum, unit_tri, unit_max}, default = unit_sum) : spectrum bin weights to use for each...

hello, i am installing essentia on big sur 11.6. i have no problems with configuring essentia, but upon initiating ./waf on what's configured, it fails with "task in 'basetest' failed...

When running the way script I get the following error: Mac-mini:src gordon$ ../waf configure --build-static --with-python --with-examples --with-vamp Setting top to : /Users/gordon/essentia/src Setting out to : /Users/gordon/essentia/src/build =======================Lightweight Mode...