Albin Correya

Results 9 issues of Albin Correya

The latest change/update in `waf` file breaks [essentia-emscripten](https://github.com/MTG/essentia.js/blob/dev/Dockerfile) build scripts. `waf` fails to detect the emscripten c compiler while running `waf configure`. This exact issue was mentioned in this [issue](https://github.com/MTG/essentia/issues/806)...

builds

Currently, we distribute the TypeScript type definition (`.d.ts`) files separately for each module through our releases. Though devs can use these builds for using essentia.js on a TypeScript project [like...

examples
api

## Description Modify JS interface to accept algorithm parameters as a single JS object instead of passing it as different function argument variables. ## Why? Currently, our JS interface allows...

enhancement
api

## Issue The current JS bindings of Essentia WASM backend which generated using Emscripten Embind doesn't provide a factory template to map STL data types such as `std::complex` (see this...

bug
algorithms wishlist
types

While doing a realtime chart, it would be nice to add the functionality to slide-along the x-axis to the left-side with a given offset value. We could add a wrapper...

enhancement
EssentiaPlot

### Issue `getAudioChannelDataFromURL` method in essentia JS API fails with the following error while using on Safari web browser. `Unhandled Promise Rejection: TypeError: Not enough arguments` This is because Safari...

bug

Just noticed that streaming mode gives much slower computation as compared to its standard mode alternatives while using the ```VectorInput``` algo in the python wrapper. Did a small test comparing...

Got the following error when I tried to compute timbral_hardness for the following sound. I suspect it's because the sound has too short attack time. http://freesound.org/people/ShawnyBoy/sounds/165394/ ERROR : line 253,...

First of all, the project looks great and thanks for all the work:) This is just an optional feature request. It would be nice if `facetorch` can be used as...

enhancement
good first issue