Android Question I need to determine the frequency of a chunk recorded audio

Stulish

Active Member
Licensed User
Longtime User
Not sure if the FFT Lib will help ??
 
Upvote 0

Rattigan_Roger

Member
Licensed User
Longtime User
Thanks, I'm looking at it now.
My FFT days are long behind me, I'm hoping there is some way to do it easily
nut the thread you referenced is very instructive concerning how to handle audio files.
Thanks again.
 
Upvote 0

KitCarlson

Active Member
Licensed User
Longtime User
Since frequency is 1/Period. If you know the sampling rate, it is possible to then measure the time between zero crossings. It may likely involve simple interpolation, since the samples may not precisely line up with zero crossings.
 
Upvote 0

Rattigan_Roger

Member
Licensed User
Longtime User
I like it.
Now, if I could only figure out how to move the recorded sound file into an array where I could find the zero crossings.
 
Upvote 0

KitCarlson

Active Member
Licensed User
Longtime User
I think there are Android applications that record. Perhaps search for apps at Google Play or sound recorder as a project or tutorial somewhere on this site.

I have also found great information in the Beginners Guide and User Guide in the Documentation of this site.
 
Upvote 0
Top