Android, How to use microphone in order to calculate sound frequencies?

我只是一个虾纸丫 提交于 2019-12-02 21:22:10
TRManderson

I'm also trying to do this. I haven't managed it myself yet, as I'm completely new to android development, but here are two useful links to the source code of other tuners, one in Java, one not:

EDIT: Thought I better link to the MANY alternatives on this site with people trying to make a guitar tuner.

RE-EDIT: FFT.java

Solved my problems. (Not linked properly because I'm a new user)

kingston

You need to calculate the FFT. Maybe yu can try this link:

FFT

But you can find on internet many implementation of the algorithm for FFT.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!