You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not probably the best place to ask this type of questions, but i don't know were to ask them!
I'm using AudioLet to generate sound for a while and i'm loving it.
But now i need to play a sample and get the FFT info. I've been looking to the API documentation and there is a FFT class. I don't know why i can't put it to work. Is there any example where i can see how this is done? or can anyone provide one?
thanks a lot
J
The text was updated successfully, but these errors were encountered:
// the magic number 8 is for my particular implementation - but the log is important since the FFT seems to attenuate at higher frequencies by a logarithmic factor. If you don't do the log you end up with high spikes in the lower frequencies and very small bumps in the higher frequencies, despite the fact that the fundemental is high frequency.
Hi there!
This is not probably the best place to ask this type of questions, but i don't know were to ask them!
I'm using AudioLet to generate sound for a while and i'm loving it.
But now i need to play a sample and get the FFT info. I've been looking to the API documentation and there is a FFT class. I don't know why i can't put it to work. Is there any example where i can see how this is done? or can anyone provide one?
thanks a lot
J
The text was updated successfully, but these errors were encountered: