RichardM1337 / 2024-Music-Hackathon

0 stars 0 forks source link

Pitch detection #3

Open RichardM1337 opened 2 days ago

RichardM1337 commented 2 days ago

As soon as we are able to tap a user's microphone we should find a way to find its pitch.

Pitch.js

This would hypothetically tap the user's mic twice, once for speech recog and words and once for pitch recognition

RichardM1337 commented 2 days ago

https://github.com/peterkhayes/pitchfinder to find pitch

+

https://github.com/andreasgal/node-wav or other wav decoder to get mediaRecorder and parse it

but the more likely solution is to use pitchy or meyda (meyda does all of them math for you) analyzing a WebAudioAPI "analyzer Node" or someting of the sort