We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello I am working on a project about detecting sounds from microphone and I am using p5 library..so is there any way to know the frequency or magnitude of the input voice Thanks
Answers
you can use minim, a sound library that analyze audio input from the mic or from a file.
Check https://p5js.org/reference/#/libraries/p5.sound
Kf