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

I'm attempting to build Essentia using Visual studio and native windows tools. I'm not a linux guy and I don't want to setup cygwin and all that nonsense. Would someone...

builds

I'm trying to install Essentia on my mac and I'm getting the following error: Installing essentia from mtg/essentia ==> Downloading https://homebrew.bintray.com/bottles/isl-0.23.catalina.bottle.tar.gz Warning: Transient problem: HTTP error Will retry in 1...

Seems work! just configure with '--no-msse' flag, e.g.: `python3 waf configure --build-static --with-python --with-cpptests --with-examples --with-vamp --no-msse` May be it's possible to set it by default if M1 architecture is...

- [ ] Pitch shift

algorithms wishlist

I appreciate it much that Essentia has added interfaces for the pre-trained models (openL3 and VGGish)! I'm interested in relating these embeddings with neural/behavioral timeseries, so having accurate time stamps...

When used in streaming mode, TensorflowPredictEffnetDiscogs requires 64 second input audio to be able to produce predictions. This is due to a fixed batch size = 64. - This behavior...

bug
documentation
TensorFlow

I tried to configure FrameCutter for a C++ realtime application (using mic input), but have been getting frame.size() = 0 after analysis frame reaches end of buffer. Wondering how to...

Add C++ and Python demos for using Essentia real-time. This issue summarizes some of the previous requests (https://github.com/MTG/essentia/issues/1065, https://github.com/MTG/essentia/issues/766, https://github.com/MTG/essentia/issues/678, https://github.com/MTG/essentia/issues/75, https://github.com/MTG/essentia/issues/1035). Use-cases: - Spectral features (energy bands, mel) -...

I would like to use `Essentia` and `Librosa` packages together in my Python script. The problem is that: librosa install numpy `v1.21` and Essentia removes the `v1.21` and install numpy...