-
I'm creating a simple music app in react and i have an issue on displaying the visuals. If i uncomment the audio element which i added just for testing, the visuals are showing but i dont want to use the audio element because im creating the audio with new Audio() and using my custom controls. Is there a way to show the visuals with custom controls.?
|
Beta Was this translation helpful? Give feedback.
Answered by
foobar404
Feb 3, 2022
Replies: 1 comment 3 replies
-
Something like this might work, passing it the id of a virtual html element, if not you could try this
I believe there is an override that lets you pass an audio element instead of an id |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
foobar404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this might work, passing it the id of a virtual html element, if not you could try this
I believe there is an override that lets you pass an audio element instead of an id