Issue with displaying visualization using js cdn #53
-
I'm having issues with running the code in the documentation. I copied the code verbaitm but it's not displaying anything on my end. I'm using liveServer to run the "index.html" file. It's playing audio in my headphones and not visualizing anything. Any help ?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your right, the code above does not work as is, it might be due to merging code from other branches but im not sure. Currently im working on v2, which is completely different from the current version, so you might have to wait for that to be published, but here is another simple example that does not require your mic, maybe that will work.
you just need a canvas element, and a audio element with an audio file in its src |
Beta Was this translation helpful? Give feedback.
-
This issue should be resolved now. |
Beta Was this translation helpful? Give feedback.
Your right, the code above does not work as is, it might be due to merging code from other branches but im not sure. Currently im working on v2, which is completely different from the current version, so you might have to wait for that to be published, but here is another simple example that does not require your mic, maybe that will work.
you just need a canvas element, and a audio element with an audio file in its src