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

volume compare from mic ?

matrixreal opened this issue · comments

Hi,
is it possible to compare a volume from microphone ? something like low or high volume from microphone directly when we speak (ios cordova)
thanks

commented

Hi, not sure if I understand, but you could use the my speechcapture library together with this plugin, to get notified when the amplitude of the audio input reaches a certain level above the ambient sound level.

commented

Closing this issue, since there haven't been any activity for a while. Just give me a shout, if you want it to be reopened.