Hacker News new | ask | show | jobs
by liwei0517 1186 days ago
How to do that? Do I need to create and train a model for this? Or some other way?
1 comments

There are two methods. There are different algorithms for pitch detection in the MIR module, but you need to research and adjust this based on your own business situation; Another method can use spectral features to classify guitar pitch data. Generally speaking, CNN may have a better effect, but you can also try other networks such as LSTM.