essentia
essentia copied to clipboard
C++ library for audio and music analysis, description and synthesis, including Python bindings
I ran into this installation issue on 2 machines: - Macbook pro 2017: MacOS 10.14, 8GB RAM, i5 - Mac mini 2020 (brand new, fresh install): MacOS 12.0.1, 8GB RAM,...
Hi, I'm trying to use VectorInput auto-connector for my app running in streaming mode, but I'm getting a RougeVector.h related error: `'_Myfirst' is not a member of 'essentia::RogueVector' ` Here...
Add documentation for [templated/"special" algorithms and connectors](https://github.com/MTG/essentia/tree/master/src/essentia/streaming/algorithms) (such as VectorInput, DiskWriter, RingBufferInput, etc.). This may go to the algorithm reference, or a special page linked from the reference, so that...
Hello, can not build from source using cpp 17 , beacuse of used removed class std::binary_function
Since Writers on Mac don't work with recent ffmpeg (#1172) I moved to ffmpeg 2.8.18, now it's better. Though AudioWriter fails with "Segmentation fault 11" when I try mp3 format...
Some TensorflowPredict derivate algorithms (e.g., TensorflowPredictMusiCNN) have redundant unit test that are not required. In such cases, we could use dummy tests (e.g., `testDummyInvalidParam`) covering redundant tests, with a comment...
When using the [AudioWriter](https://essentia.upf.edu/reference/std_AudioWriter.html) (in python, standard mode), it ignores the `bitrate` field. When you code e.g. `AudioWriter(bitrate=96, filename=filename, sampleRate=sr, format='mp3')`, it does convert to MP3, but it always ignores...
LoopBpmEstimator is not supposed to work on very short inputs. Should it still accept such inputs and provide 0 BPM value? Currently, it results in this exception with a misleading...
Hi, the link for the portable 32-bit static builds in the FAQ section seems to be broken. Where do I start from if I want to use essentia in a...
Thanks for your great work. It is very useful. I want to use essential to tag music files. Hence, I want to feed a list of music one after another...