Unity's own sound engine provides:
float[] f = new float[1024];
AudioListener.GetSpectrumData(f, 0, FFTWindow.Hamming);
This doesn't seem to work for accessing sounds played through Wwise (which makes sense enough).
Anyone have a method of spectral analysis for Unity incorporation?
Thanks!