Giter VIP home page Giter VIP logo

Comments (4)

ljoglar avatar ljoglar commented on May 18, 2024

Hi Will,
Sorry I may not be of a lot of help right now (I'm sitting in my plane back from WAC waiting to depart...)
About the complain that typedFloat32Array2Vec doesn't exist, did you include the following function in your code?

typedFloat32Array2Vec = function(typedArray) { var vec = new Module.VectorFloat(); for (var i=0; i<typedArray.length; i++) { if (typeof typedArray[i] === 'undefined') { vec.push_back(0); } else { vec.push_back(typedArray[i]); } } return vec; }

from essentia.js.

willm avatar willm commented on May 18, 2024

Hi, I think I've got past that problem, the html in the readme defines a function called typedFloat32Array2Vec but tries to use it as typedFloat32ArrayVec (note the missing 2). So if I create an audio buffer and fix the typo, I get a bit further, but now I get:

Screenshot from 2019-12-07 10-23-42

The missing function it seems from the C++ is a string called windowType, do you know what values this is expecting? I tried 'hann' and a few others in https://github.com/MTG/essentia/blob/96531284a35ef6142c6e6ed80cad8b82a9751e2e/src/algorithms/standard/windowing.cpp#L49 but it seems I now get this message Compiled code throwing an exception, 5959664,18536,11

from essentia.js.

ljoglar avatar ljoglar commented on May 18, 2024

Hi Will, I'll look into it.
Thanks.

from essentia.js.

albincorreya avatar albincorreya commented on May 18, 2024

Hey @willm, thanks for the feedback. The above-exception was due to the outdated wasm builds. Made a couple of changes as well. Now it should work as expected. Let me know if not.

The existing essentiamin-0.0.1.wasm builds in the repo is compiled with --emrun linker flags to capture stdout and stderr streams (which is useful for debugging). For dev purposes, you can use emrun tool from emscripten to launch the html page on the browser.

Or if you use the python http server for launching, add the mime type for wasm. Check this mdn/webassembly-examples#5 out. Try this example to add your mime type https://gist.github.com/HaiyangXu/ec88cbdce3cdbac7b8d5.

from essentia.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.