Issue with displaying visualization using js cdn #53
Answered
by
foobar404
vitaminsofsalem
asked this question in
Q&A
|
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 ? |
Answered by
foobar404
Mar 7, 2022
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 |
0 replies
Answer selected by
foobar404
|
This issue should be resolved now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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