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

Audio event not firing.

sarnold04 opened this issue · comments

Hey everybody,

we wanted to include the plugin in our app, because we faced challenges with the webRTC possibilities on iOS.

After the plugin didn't work in our app, we built a demo app, but same problems there. I attached the files for this.

We are currently not getting an AudioInput event fired, but also no errors. We tested it on an iPad Mini 4 with iOS 11.3 and iPhone7 Plus with iOS 11.2.6.

Cordova: 8.0
Plugin-Version: 1.0.0

Do you have any ideas about this?

config.xml.txt
index.js.txt
index.html.txt

I've just tested the application on Android and it works just fine. All events are fired. From user point of view everything between iOS and Android is the same both are checking for microphone permission but after that Android is showing audio events and iOS does not.

commented

Thanks for the thorough description. I will look into this tomorrow.