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

Dose it support android 4.4?

wangzhengbo opened this issue · comments

Dose it support android 4.4?

When test it on android 4.4 emulator, app crashed after invoke start() methods.

commented

It "should" work, but since I haven't tested it myself, I cannot say for sure.

Anybody else here have experience of running it on Android 4.4?

I test it on Android 4.4. It works well.

commented

Thanks for the update @wangzhengbo

It seems like the plugin doesn't work in the Android emulator then.