How to develop a Spectrum Analyser from a realtime audio?

后端 未结 3 629
被撕碎了的回忆
被撕碎了的回忆 2020-12-25 08:50

I am developing an app that get a source audio from mic in realtime, with no file storage. Basically, I use:

mRecorder = new MediaRecorder();
mRecorder.setAu         


        
3条回答
  •  误落风尘
    2020-12-25 09:08

    I have developed an open source FFT based spectrum analyzer. Please have a look at

    http://som-itsolutions.blogspot.in/2012/01/fft-based-simple-spectrum-analyzer.html.

    You can also get the source code from

    https://github.com/sommukhopadhyay/FFTBasedSpectrumAnalyzer

    Hope this will help you.

提交回复
热议问题