Giter VIP home page Giter VIP logo

Comments (5)

geloescht avatar geloescht commented on August 23, 2024

Already works, see FFT (HTML5 Audio), used to be called Analyser. With IFFT I assume you mean synthesis , which should be possible by the "custom" setting of Oscillator, but I haven't looked into that yet.

from vvvv.js.

artofmus avatar artofmus commented on August 23, 2024

I mean in audio rate. To make fft eq for example)

from vvvv.js.

geloescht avatar geloescht commented on August 23, 2024

I don't know how an equaliser would be implemented with Web Audio. My first guess is using multiple BiquadFilters. Maybe there is also a way using and audio workers, but as they are not ready yet in browsers I won't look into that now. It seems to me like Analyser is not fit for that purpose. Please do your own research if you really need such an implementation.

from vvvv.js.

artofmus avatar artofmus commented on August 23, 2024

I mean it would be cool if we could perform in VVVV.js such things as spectral delay shift stretch randomize etc.. It may be possible to do with ScriptProcessorNode inside processor.onaudioprocess function, but I do not know how best to do it mathematically. Here we encounter a tangle in channels (mono signal will have two channels for this process, one for real other for imag.). In general, it is somewhat problematic, but it would be great), I asked just because I was wondering, maybe you've already is working in this direction. 'll try to make something of it. If i have any success, I'll let you know.

from vvvv.js.

mikebelanger avatar mikebelanger commented on August 23, 2024

I've had some success doing FFT by using Tonejs. Have you thought about incorporating tonejs?

Here's the wrapper I used : https://tonejs.github.io/docs/#Analyser

from vvvv.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.