Benno Weck

Results 16 issues of Benno Weck

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...

### 🐛 Describe the bug I discovered a memory leak in one of my datasets that I tracked down to resampling audio of varying length. The following code is a...

Hi, thanks for this very useful library! I was looking into `ffdec.py` since I need faster loading of mp3 and m4a files. I believe that the module could be improved...

A `git clone` of this project on Windows fails with the following error: ``` error: invalid path 'aux/msd/50tagList.txt' fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed....

Please consider this change in the verfication step of the data set creation. It should have the same intended effect while being significantly faster. Using numpy vectorization gives a significant...

**Description** Change the type of `license` to `string` similar to other fields to mark `docValues` as `true`. This should [help speed up faceting of search results.](https://solr.apache.org/guide/solr/9_2/indexing-guide/docvalues.html#using-docvalues) The `fieldType` definition looks...

Currently we use the `redis:alpine` image tag which might resolve to a different image (with a "new" redis version on pull) We should instead use a `redis:-alpine` tag. See the...