Dmitry Bogdanov
Dmitry Bogdanov
We'll have to look at the freezes. @albincorreya
If the contours look fine, you can try working on shorter segments and see.
Please, provide more details if this is still an issue. The model files are availabe at https://essentia.upf.edu/models/classifiers/moods_mirex/ Models info: https://essentia.upf.edu/models.html#moods-mirex
Hi @Arjannikov ! You can run `pip install essentia` inside a [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about) (WSL). We do not provide pip wheels for Windows yet.
We do not have ready-made examples of that (anyone is welcome to contribute). What I meant is that you can look at the ways to load audio files that iOS...
This should be as easy as making `_nOctave` a parameter. Right now [it is hardcoded](https://github.com/MTG/essentia/blob/master/src/algorithms/spectral/logspectrum.cpp#L48). A pull-request is welcome.
Sure, [here is the file](https://gist.github.com/dbogdanov/a6eda1a0ccc34c53c535), and your contributions are more than welcome.
Try changing back to the [the old code](https://github.com/MTG/essentia/blob/9e13431443f77b1b574f15ebd1824b709040ccbd/src/essentia/roguevector.h#L81) of RogueVector for WIN32 which is now commented.
800mb is so huge! :open_mouth: The cross-compiled library using mingw-w64 on Linux should be no more than 20mb.
@q-depot Your fix for RogueVector using data(), resize() and shrink_to_fit() looks dangerous. If the size of the vector was smaller before setSize, I would expect resize() to mess up with...