I am trying to create a graph from a FMOD::Sound. Without having to play through the sound. Pretty much the visual the Studio generates when you drag and drop an mp3 into the editor. The two graphs representing left and right volumes.
Just a simple sound->GetVolumeAtTime(X) would do…
from there i could iterate through the song myself.
Most of the solutions I have seen have to do with dsp and get metrics but I figure there has to be a way to get sound volumes at certain time without playing the sound file first.
Thanks for any help