jscalo / tempi-fft

Real-time audio input and FFT written entirely in Swift for iOS.
253 stars 47 forks source link

The frequency plotted is wrong #6

Closed denisb411 closed 7 years ago

denisb411 commented 7 years ago

Hello,

Before all, nice working. It's great to see this kind of code written in Swift (not at that monster called objective-c). I think there's a problem at the frequency domain.... When I produce a 1600Hz sound the peak is +- at 400... How can we adjust this?

Thanks a lot.