Extract audio frequency from instrument to find a musical note

后端 未结 2 1140
时光说笑
时光说笑 2021-01-03 16:50

I\'m trying to develop an Android app that extracts audio frequency from an instrument. I\'m using Fast Fourier Transform method with Jtransforms. Here is what I have so far

2条回答
  •  Happy的楠姐
    2021-01-03 17:10

    For what it's worth - I believe electronic tuners for musical instruments (e.g. guitar tuners, etc.) don't do it this way. Instead of doing a FFT like you're doing, they are simply measuring the period of the waves - (i.e. the time between the zero crossings), then computing the frequency from the period.

提交回复
热议问题