edimuj / cordova-plugin-audioinput

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.
https://github.com/edimuj/app-audioinput-demo
MIT License
161 stars 88 forks source link

Any way to detect blow in the microphone? #50

Closed Pichesi closed 7 years ago

Pichesi commented 7 years ago

I want to differenciate if the users just talk or blow the microphone, for a happy birthday app :)

edimuj commented 7 years ago

@ma4xat I haven’t needed that type of functionality myself. The purpose of this plugin is to determine if there is sound that is comparable to speach for a minimum amount of time. If you find a way to add the functionality for blow detection, feel free to submit a PR.

edimuj commented 7 years ago

Since there hasn't been any activity on this project for some time now, I'm closing it. Feel free to reopen if a need arises.