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

Cordova Plugin Repository is not up to date

jdtzmn opened this issue · comments

I first installed this plugin from the cordova plugin registry:

$ cordova plugin add cordova-plugin-audioinput

But I got an error that it was missing the initialize method, and after checking the code, I can verify that it is missing.

Installing from the github page works though

commented

Thanks, @jdtzmn ! I will fix this ASAP.

It seems I am affected by this is well (can't check for microphone permissions).

commented

Ok, I've just published the latest version (1.0.0) to the npm repository.