Is there anyway using HTML5 and Javascript to capture audio and get the live Decibel value of it? Can this be done on mobile devices using PhoneGap?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t listen for audio through the browser itself unless you’re using something like Flash. So PhoneGap COULD potentially work in devices other than the iPhone (no Flash support).
Eventhough PhoneGap does provide a Media API you cant just listen for the Mic input instead it will launch the audio capture device and give you a way to access the recorded Audio.
You could however write your own PhoneGap Plugin that would give you this functionality.
See
And as I mentioned above you’d need to write your own PhoneGap Plugin to use these.