Dmitry Bogdanov

Results 142 comments of Dmitry Bogdanov

We'll confirm this issue after rebuilding the static extractors for the newest version of Essentia

Those dependencies are required for the static version of the library. Probably two different .pc files can be generated depending on whether the shared or static libessentia was built.

The correct way would be to specify Essentia's dependencies in [Libs.private](https://people.freedesktop.org/~dbn/pkg-config-guide.html) when generating the pc file. @sildeag Here is some [related info](https://unix.stackexchange.com/questions/422869/why-are-pc-files-not-listed-in-one-place): ```/usr/share``` is for architecture-independent data, for that reason...

@ashayk We apologize for any confusion. Unfortunately, adding TensorFlowLite support is out of scope at the moment. We added a clarification to the FAQ (4c48bb1cabfd2f73f4555065806df67922c39ac0).

Indeed, this normalization behavior is redundant nor it is following the original paper that the algorithm cites (Tolonen & Karjalainen, 2000), and I cannot find a reason this normalization was...

Firstly, thank you very much @wo80 for the PR!!! We'll be looking at it soon. To clarify the situation, we are planning to get rid of dependency on Gaia. It...

Can you provide more details on the use-case? Is this for voice processing? Generally, asymmetric waveforms wouln't be considered a problem for many sounds.

> Do you know if sphinx will rewrite these links when generating the html documentation? No, it won't. We need to find a correct way to do that.

Reopening this, as we are C++11 by now.

Hi @an-npt17, According to your `config.txt` log, TensorFlow-related algorithms are included in the build and are compiled successfully. If you are using the Python extension, is it possible that you...