How to use AudioContext to control css drop shadow

Viewed 22

I am trying to use AudioContext to control css glow. Using GitHub Copilot(after trying to do it myself many time, unsuccessfully) This is what it has given me. But I'm not sure what to assign to my glowStrength variable to control the style tag glow.

AudioContext

This is what my audio tag looks like: Audio Tag

and this is an example of the css glow tag: CSS tag

0 Answers
Related