Cross Correlation and FFT in C# for Voice Authentication
问题 This is similar question to the other questions but not a duplicate one. However, I am still not able to get the correct result. I am basically trying to record two Wav files (1 - Base File 2 -Temp File) and then convert that to byte and pass to Aforge FFT and then the Correlation. There are few confusion. When I record the file I am ussing 44100 Khz with 16 bit. Therefore I believe it will return 44100 bytes per second. FFT accepts bytes in power of 2, So I am passing 16384 bytes at a time