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

Hey, I'm working on a project that uses both Essentia and libtorch_lite, on iOS. I've had Essentia cross compiled according to the build flags in the FAQ section for ages...

None of the binaries found at: https://mtg.github.io/essentia-labs/news/2015/12/22/static-binaries-for-extractors/ or https://acousticbrainz.org/download Work with the svm_models provided here: https://essentia.upf.edu/svm_models/ 2.1-beta 2 reports: > Identifier 'GaiaTransform' not found in registry... 2.1-beta 5 simply reports...

Hello, I have a set of 100,000 mp3 files which I want to run the effnet-discogs model inference on. Can you suggest anything to help speed up the inference ?...

While essentia is built using ffmpeg version 2, the dynamically linked library will point to something like `/usr/lib/libavcodec.so.59`. On recent ArchLinux and soon, a lot of of other distributions, ffmpeg...

builds

Hi, Congratulations for the work that you have been doing in this project! So, I'm here to warm that MIREX is Broken in the 5 models avaliable. Any questions let...

Thanks for the amazing work. But it is extremely hard to make things working. I just want streaming_extractor_music static binary that supports high-level Gaia models in https://essentia.upf.edu/svm_models/, preferably the lastest...

Hiya, hoping someone might be able to give me a hand with this, my code runs fine in Debug mode, but when I build for release mode and run it,...

This list compiles all algorithms missing coverage in unit tests, grouped by category. Currently, some algorithms are covered indirectly, based on tests for other algorithms reusing them. However, this is...

algorithms QA

Am trying to evaluate Essentia for standard and streaming case of FFT. To port from librosa to Essentia, i need to determine the right set of parameter input values to...

When trying to extract bpm/beats/beats_confidence from any son using RhythmExtractor2013 following the docs, I get the following: `Traceback (most recent call last): File "/home/developer/.local/lib/python3.8/site-packages/essentia/standard.py", line 97, in compute convertedData =...