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.

Home Page:https://github.com/edimuj/app-audioinput-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to detect blow in the microphone?

Pichesi opened this issue · comments

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

commented

@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.

commented

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.