How can I do real-time pitch detection in .Net?

前端 未结 3 376
时光说笑
时光说笑 2021-01-23 05:04

I want to make a program that detects the note that is being played in front of the microphone. I am testing the FFT function of Naudio, but with the tests that I did in audacit

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-23 05:27

    Well, if you can live with GPLv2, why not take a peek at the Audacity source code?

    http://audacity.sourceforge.net/download/beta_source

提交回复
热议问题