Albin Correya
Albin Correya
Currently, our essentia.js bindings doesn't directly support algorithms with `matrix_real` I/O. Please see #27 for more details. However, you can still use these algorithms by writing a custom cpp wrapper...
@jmarcosfer Yes, you are right It was a typo. The change should be on the `configure` method (which can be called on the constructor).
cc @dbogdanov
We don't have a default `index.d.ts` entry point defined for TypeScript in the repo. But the TypesScript interface is accessible using the type definition files (`.d.ts`) files distributed with our...
@dbogdanov it breaks after this [update](MTG/essentia@5e1889e) - https://github.com/MTG/homebrew-essentia/issues/26#issuecomment-784173020
@jmarcosfer Nice. From your results, performance boost for MFCC computation is significant as expected. Maybe we could also try memory profiling on browsers just to get an idea of it?
These new models based on `effnet-discogs` has a different signal flow than older generation models. From the [python docs and examples](https://essentia.upf.edu/models.html#music-genre-and-style), you can see the following process `audio input ->...
Nice ! By the way @AndyP103 , I had used this model to create a demo prototype. You can find at https://github.com/albincorreya/PerceptualSoundBrowser in case interested.
@lauramelisa98, it's not exactly clear which SineModel algorithm you are using from your description. If you are using `SineModelAnal` algorithm you are expected to feed framewise fft of an input...
Thanks for your suggestions @kmturley