1
I’m creating a music player and I need the frequency bars to change color as the beats stronger. I managed to do it https://codepen.io/salomaosnff/pen/eezgVL but it’s too fast.
1
I’m creating a music player and I need the frequency bars to change color as the beats stronger. I managed to do it https://codepen.io/salomaosnff/pen/eezgVL but it’s too fast.
Browser other questions tagged javascript canvas áudio
You are not signed in. Login or sign up in order to post.
Can you explain better "but it’s too fast"?
– Sergio
From line 130, my attempt was to average
dataArray
and check if it is exceeding a certain value(105). But it’s not working like I hope it’s in a slower way, only on the strongest beats.– Salomão Neto