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

Dependency with cordova-plugin-compat since cordova-android 6.3.0 ?

tchantchoj opened this issue · comments

Hello,

Now that cordova-plugin-compat is embedded in cordova-android 6.3.0, do you plan to remove the dependency with cordova-plugin-compat in this plugin?

Thanks.

commented

Hi, no it will not be removed, since that would break the builds for those that still run an older version of the Android platform. But I will specify, when I have some time, that the 1.2.0 version of the compat plugin is to be used, since that version automatically detects if it is needed or not.