Hello,
I want to perform audio analysis of the audio file.
Actually what I am trying to achieve is, store one file with audio, analyze it, keep floating values of FFT, then at run time, perform analysis of microphone received voice, and based on approximate equality, take some action.
I am new to Java and Android. I tried looking at the files but could not get down to 'to-do' thing. At this stage, I have managed to record a voice, now I want to pass that file to Audalyzer and perform its analysis.
Any clues how should I proceed? Which file to change(As there are many..!)
Regards,
S. Gandhi