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
The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
because its not allowed to play an audio automatically on chrome or other browsers i guess so i even added a button to play that file but still its not changing dynamically.
At last, i have tried to add animation:true and <animation> element in <path> is working as expected but its not based on the frequency of audioData, its just a random infinite animation.
Hey @jerosoler,
Thank you for response, can you give me any react code example for circular audio vizualizer because the one i mentioned is not working with the given audio file
Thanks
Hey @jerosoler ,
I have tried the same code as per the documentation but its not working
Here is my component:
I also got an error saying:
because its not allowed to play an audio automatically on chrome or other browsers i guess so i even added a button to play that file but still its not changing dynamically.
At last, i have tried to add
animation:true
and<animation>
element in<path>
is working as expected but its not based on the frequency of audioData, its just a random infinite animation.Example:
Is there anything i am missing while changing the svg path dynamically based on the frequency of given audio file data?
Please let me know
Thanks
The text was updated successfully, but these errors were encountered: