essentia
essentia copied to clipboard
C++ library for audio and music analysis, description and synthesis, including Python bindings
This is an umbrella issue for all robustness-related issues for MusicExtractor used in AcousticBrainz: - AudioLoader updates: https://github.com/MTG/essentia/issues/401 - Difference between architectures: https://github.com/MTG/essentia/issues/179, this should be further expanded by testing...
Hi guys. Thanks for this great tool! I'm running multiple python scripts, even on demand, and there is non-trivial time that goes to importing essentia standard and essentia streaming. These...
Hello, I am trying to compile essentia for Windows using msvc, I managed to compile a DLL reading through the python_win branch documentation and commits. However I am having a...
There's a error if I attempt to write an audio with MonoWriter (wav in particular). './waf run_python_tests' failed: ``` [ INFO ] resizing buffer to 36040/4505 [wav @ 0x7f8ae9099600] Using...
Hi, I detected some features and algorithms used in Speech Processing unavailable in Essentia which might be interesting to implement. Here my proposals: 1. Mel Spectrogram 2. Delta MFCC 3....
Is there any exploration of audio fingerprinting based on deep learning in the academic world? Will essentia have relevant support? If there is an important paper, I can implement it...
The python code I wrote is as follows: ``` loader = MonoLoader(filename=path_to_file, sampleRate=sample_rate) audio: np.ndarray = loader() ret_sample_rate = sample_rate ``` Sometimes, it causes double free error: ``` double free...
Some work done in this area. Documenting this as a PR in Draft mode
Similar to PR 1137 https://github.com/MTG/essentia/pull/1137 Extending test coverage to consider multipitch algorithms.
https://github.com/00sapo/Essentia.jl Also, a question: do you have any idea about how I can modify the `wscript` to link against the Julia `libstdc++.so` instead of against the system one?