You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to create an audio visualizer and for some reason I can't get the sound component to run correctly in my project. My own code works if I put it in the App.jsx file in this repo, but I can't get the sound example from this repo to work in a fresh react project. If I copy the contents of the App.jsx file into my own project the other two components work as expected but there is no sound or animation in the last example. I've checked that the audio file is present and named correctly in my public folder, is there another dependency I'm missing somewhere? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to create an audio visualizer and for some reason I can't get the sound component to run correctly in my project. My own code works if I put it in the App.jsx file in this repo, but I can't get the sound example from this repo to work in a fresh react project. If I copy the contents of the App.jsx file into my own project the other two components work as expected but there is no sound or animation in the last example. I've checked that the audio file is present and named correctly in my public folder, is there another dependency I'm missing somewhere? Thanks.
The text was updated successfully, but these errors were encountered: