Hello, I am making an application for Android that will save users voice command and then while the application is running; compares the realtime data from the mic input to the one that is saved. So far I have saved the voice in wav file now I want to compare it to the input stream. I have applied FFT using this API as it is compatible with Android:
http://code.google.com/p/musicg/
I dont know much about this api either but, I think the FFT data is stored in FrequencyTimeDomainRepresentation object. I searched on the internet and found out that I have to use a window to compare the data but, I am clueless how to do so.
I don't know how how to compare the data.
Please tell me how to compare the FFT data and how do I match the saved file data with the input stream data, I mean code. Meanwhile I am trying to compare two audio files using java not on android for now.
Any help would be appreciated,
Thanks.
0 Replies - 1962 Views - Last Post: 07 April 2012 - 02:21 PM
#1
Using FFT to compare two audio files and then realtime comparison
Posted 07 April 2012 - 02:21 PM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote


|