I'm currently trying to create an audio visualizer, but so far I can't find any function, property or API that would help me read the waveforms of the audio. Does anyone know of a way to do this? Thanks!
Unfortunately, ROBLOX sound manipulation is very limited, and does not support waveforms or any special effects.
The only way to visualize audio so far is to manually enter values into a table, keyed to the sound's TimePosition
.
They may add more in the future, but right now, it does not exist.
Hope I helped!
~TDP