krafter / DetectingAudioFrequency

An example iPhone project to show how to detect frequency of captured microphone audio.
MIT License
123 stars 30 forks source link

crush in real iphone when const UInt32 accumulatorDataLenght = 131072; #4

Closed ethan-cqt closed 7 years ago

ethan-cqt commented 8 years ago

if accumulatorDataLenght > 16384 ,in real iphone cant work , why ????

krafter commented 7 years ago

In accumulatorDataLenght try using only values like 2^x (2,4,8,16,32,64,128...)