This is a stupid question, but I really need to understand this.
android.media.audiofx.Visualizer
getfft(byte[] fft)
That is byte[] fft? Is it the array of frequency that fft I need go get?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a Fast Fourier Transform.
http://en.wikipedia.org/wiki/Fast_Fourier_transform
In that method, you pass in an empty array to fill in. The array should be the size returned by
visualizer.getCaptureSize().