AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
200 stars 53 forks source link

FFTView: Create View Without Normalization #5

Closed Matt54 closed 3 years ago

Matt54 commented 3 years ago

Set the FFTTap.isNormalized to false to stop the normalization of the fftData. Tweaked the mapping of the returned fftData to match the visualizer.

aure commented 3 years ago

You're a machine, thanks!