读书人

音缕缕谱分析柱状图

发布时间: 2012-08-21 13:00:21 作者: rapoo

音频频谱分析柱状图

Android 2.3 提供了类?android.media.audiofx.Visualizer 支持获取音频FFT数据, 剩下的工作就只是显示在界面上了。

?

ApiDemos 提供了Sample?com.example.android.apis.media.AudioFxDemo

?

参考资料

?

http://topic.csdn.net/u/20090606/17/e2a7945d-b81e-4653-99a5-b5166c2f249c.htmlhttp://topic.csdn.net/t/20050107/09/3705915.htmlhttp://topic.csdn.net/t/20050107/09/3705908.htmlhttp://www.codeproject.com/KB/audio-video/waveInFFT.aspxhttp://www.cppblog.com/jackyxinli/archive/2009/02/04/72950.htmlhttp://www.codeproject.com/KB/audio-video/DSound_Spectrum3.aspx?msg=2872144#xx2872144xxhttp://www.codeproject.com/KB/audio-video/DSound_Spectrum.aspxhttp://www.codeproject.com/KB/audio-video/DirectSound_Spectrum2.aspxhttp://www.codeproject.com/KB/audio-video/DSound_Spectrum3.aspxhttp://code.google.com/p/yoyoplayer/http://hyry.dip.jp/pydoc/fft_study.htmlhttp://developer.android.com/reference/android/media/audiofx/Visualizer.html#getWaveForm(byte[])http://stackoverflow.com/questions/4720512/android-2-3-visualizer-trouble-understanding-getffthttp://stackoverflow.com/questions/4779287/what-kind-of-output-should-i-see-from-getffthttp://www.mathcs.org/java/programs/FFT/http://www.dspguide.com/ch10/3.htmhttp://www.codeproject.com/KB/audio-video/PeakMeterCS.aspx

?

?

?


?

就说用这些数据怎么样来显示,我直接来用,可是观察不到那种随音乐而动得感觉

读书人网 >移动开发

热点推荐