1

I want to develop an android app that takes in the audio signal and generates the time and frequency domain values.

I have the audio in a buffer which is obtained from the android MIC. I want to use this buffer values to generate a frequency domain graph. Is there some code that would help me find the FFT of an audio signal??

I have seen Moonblink's Audalyzer code and there are some missing components in the code. I could find lots of missing modules. I want to find a better logic that would take in audio and perform some calculations on it.

Shamika
  • 413
  • 1
  • 4
  • 6

1 Answers1

0

I found these for you using duckduckgo:

This should help

Community
  • 1
  • 1
Joe Simpson
  • 2,481
  • 4
  • 27
  • 42