AudioKit/SoundpipeAudioKit

PitchTap How to identify the frequency of guitar polyphony?

benben-hello opened this issue · 3 comments

I want to do guitar microphone recognition, single tone can be identified, but how to identify multiple tones?

aure commented

You can't do that with SoundpipeAudioKit.

What should I do? Is there a library recommendation? Thank you very much!

What should I do? Is there a library recommendation? Thank you very much!

This looks promising https://github.com/jaym910/polyphonic_track.

If you don't need it to be real-time, librosa is another great library for detecting pitch sets and key signatures.