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 have been following the steps in the guide to [cross-compile for Windows](https://github.com/MTG/essentia/blob/master/FAQ.md#cross-compiling-for-windows-on-linux) , but I'm now getting this error: waf: error: no such option: --cross-compile-mingw32 Mingw technically is installed...

(base) PS C:\Windows\system32> pip install essentia Collecting essentia Using cached essentia-2.1b6.dev234.tar.gz (1.1 MB) Requirement already satisfied: numpy>=1.8.2 in c:\programdata\anaconda3\lib\site-packages (from essentia) (1.17.4) Requirement already satisfied: six in c:\programdata\anaconda3\lib\site-packages (from essentia)...

just like librosa `librosa.pyin(y, fmin, fmax)` I can only find the parameter of minFrequency from PitchYinProbabilitiesHMM, but it is not possible to set it directly with PitchYinProbabilistic Any help will...

Hello, if I see this error should I downgrade ffmpeg? Or is it user error? waf run_tests looks good. Sorry for the newb question this is my first time using...

Below is the output. Any suggestions? ``` jsun@jsun-ThinkPad-T490s:~/hobby/mapping-game/testing$ file ../essentia-extractors-v2.1_beta2/standard_beatsmarker ../essentia-extractors-v2.1_beta2/standard_beatsmarker: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.26, BuildID[sha1]=eb8d2c55da6d0b77b1875bc85a550c762221e9ce, with debug_info, not stripped jsun@jsun-ThinkPad-T490s:~/hobby/mapping-game/testing$...

Hello, I have been looking through all of the documentation, and was not able to find the exact extractor to determine a verse, chorus or possibly breakdown in a song....

hi, Dear When i use my piano to play some music , some chords can not recognized accuracy,for example: i played 4C & 4D & 4E, it recognized 4C& 4D,...

Hello, all: I am used the HPCP feature extractor, and have a question on param `size`. I tried change the `size` to 24 or 36, the results also is 24...

Consider reorganizing Python examples (`*.py` code examples) and tutorials (`*.ipynb` notebooks). Currently both appear in two folders, [src/examples/python](https://github.com/MTG/essentia/tree/master/src/examples/python) and [src/examples/tutorial](https://github.com/MTG/essentia/tree/master/src/examples/tutorial), and this can create some confusion. Consolidating into one folder...

documentation

No matter how many times I try I keep running into the same issue when trying to iterate through multiple mp3 files. In total I have 7200 files I need...