hackingbeauty / react-mic

Record audio from a user's microphone and display a cool visualization.
https://hackingbeauty.github.io/react-mic/
450 stars 156 forks source link

Find Frequency from Blobs? #127

Open ChrisCooney1 opened 3 years ago

ChrisCooney1 commented 3 years ago

I'm attempting to do some pitch detection using this library, but I'm unable to work out how I can convert the blobs into some kind of usable frequency that I can then map to a given note. Has anyone attempted to do this / can give me some pointers?