-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use analyzer with existing FFT stream #3
Comments
It would require some rework, as the project heavily relies on WebAudio API built-in functionalities. Basically, you'd have to replace |
I am also interested in using this library with an external FTT stream, but i see your previous comments point to an older version. Is this still a possibility, and could you advise on where to focus? I'm currently trying to hack my stream in by setting AudioMotionAnalyzer._fftData but having little luck getting anything drawn on the canvas. |
@averas @popfendi The current version of audioMotion-analyzer gets FFT data from I can add an option for a user callback where you could provide your own data, but I need to better understand what people are using so I can try and build a flexible solution. Can you provide more info about the FFT you're using, and/or share some code that generates your data stream? |
Hi @hvianna, In my case I have a IoT device producing an FFT stream as a float64 array. The aim was to consume the stream on the client and use audioMotion analyser to visualise it. |
Would it be practically possible to use the analyzer/visualization with an already existing FFT stream, which by the way is not necessarily audio, but other spectrum data.
It seems like the AudioConcext and the build in FFT is an integral part of the library.
The text was updated successfully, but these errors were encountered: