Hi everyone. I was looking at this video on how to build a radial graph based on sound
Is there any (easy) way to map the circle (1 full turn) to the duration of the audio file.
In the video I see that the audio is longer than the created ellipsis and it start to rotate.
I wanted to have the entire waveform of the audio to fit on the circle
you just divide 2pi by the amount of samples i believe
edit: resolution will become a factor as the amount of samples increases. but you could always just use every nth sample. idk it’s early i need coffee.