PitchTap How to identify the frequency of guitar polyphony?
benben-hello opened this issue · 3 comments
benben-hello commented
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.
benben-hello commented
What should I do? Is there a library recommendation? Thank you very much!
emurray2 commented
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.