android spectrum analysis of streaming input

Posted by TheBeeKeeper on Stack Overflow See other posts from Stack Overflow or by TheBeeKeeper
Published on 2010-09-21T16:57:14Z Indexed on 2012/11/10 17:01 UTC
Read the original article Hit count: 163

Filed under:
|
|
|

for a school project I am trying to make an android application that, once started, will perform a spectrum analysis of live audio received from the microphone or a bluetooth headset. I know I should be using FFT, and have been looking at moonblink's open source audio analyzer ( http://code.google.com/p/moonblink/wiki/Audalyzer ) but am not familiar with android development, and his code is turning out to be too difficult for me to work with.

So I suppose my questions are, are there any easier java based, or open source android apps that do spectrum analysis I can reference? Or is there any helpful information that can be given, such as; steps that need be taken to get the microphone input, put it into an fft algorithm, then display a graph of frequency and pitch over time from its output?

Any help would be appreciated, thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about audio