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

前端 未结 2 394
执念已碎
执念已碎 2021-02-03 15:21

I\'m working on Audio tuner application in order to tune musical instruments. User should play a note, then in my application I should show which frequency it has.

The f

2条回答
  •  有刺的猬
    2021-02-03 15:24

    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.

提交回复
热议问题