pacomacman

Results 7 comments of pacomacman

I was also curious about this as it seems it should be a divide and not a multiplication. Can anyone confirm which is correct?

Thanks for getting back to me Michael. I've pretty much copied you code and imported your 5 second sample, however it seems to be getting random results. Here are the...

My code is pretty much what you have, other than I'm running on iOS so malloc is not guarenteed to zero memory first. I'm thinking maybe something like an uninitialised...

Here is the way I am calling the API. It is only using the left channel of a stereo file, but all my tests so far are on MONO files...

Thanks again for getting back to me and sorry for my late reply. I finally found out what I had done wrong and it now seems to be working fine....

Indeed Galfodo was correct. This algorithm only detects frequencies up to half of the maxF value, so you need to double that to get the true range.

Thanks for getting back to me so quickly. While I understand that a value of 1ms is a great place to start, I assume values of less that 1ms are...