How would i go about making an audio visualizer like this?

i have been wanting to create an audio visualizer with the new audio api that is similar to this image below:

i just cant wrap my head around how to accomplish it or how to find a solution to do this and i would really appreciate any sort of help/ideas :D

2 Likes

It’s been a while since I have dabbled with the Audio API, but I remembered that the announcement thread for the update included a sample place, and one of the examples included there had a waveform visualizer.

Although it’s not exactly the same, being able to see how the code is structured and what it’s doing should give a better idea about how to approach creating one that is more in-line with what you’re looking for.

Best of luck! :smile:

tysmmm lol i never knew they had an example place and i actually did manage to find a solution thxx!! :3

1 Like

Awesome! If the solution was from another resource or explanation somewhere or etc, I would recommend including that here so that anyone else who finds this thread and also wants to create an audio visualizer like that knows what else they can try / the next steps they could take to create that.

If you made it yourself from scratch, of course no obligation to share it in full here, but some general pointers for what ended up working will probably be useful for future readers of this thread!