Unity 2018 Cookbook(Third Edition)
上QQ阅读APP看书,第一时间看更新

Try out different FFT (Fast Fourier Transform) window types

There are several different approaches to frequency analysis of audio data, our recipe currently uses the FFTWindow.BlackmanHarris version. Learn (and try out!) some of the others from the Unity FFTWindow documentation page: https://docs.unity3d.com/ScriptReference/FFTWindow.html.